termen startup changes, KDE migration to konsave
@ -1,17 +1,17 @@
|
||||
[Desktop Entry]
|
||||
Categories=Utility;Security;Qt;
|
||||
Comment=Community-driven port of the Windows application “KeePass Password Safe”
|
||||
Exec=keepassxc %f
|
||||
GenericName=Password Manager
|
||||
Icon=keepassxc
|
||||
Keywords=security;privacy;password-manager;yubikey;password;keepass;
|
||||
MimeType=application/x-keepass2;
|
||||
Name=KeePassXC
|
||||
SingleMainWindow=true
|
||||
StartupNotify=true
|
||||
StartupWMClass=keepassxc
|
||||
Terminal=false
|
||||
GenericName=Password Manager
|
||||
Exec=keepassxc
|
||||
TryExec=keepassxc
|
||||
Icon=keepassxc
|
||||
StartupWMClass=keepassxc
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.5
|
||||
X-GNOME-SingleWindow=true
|
||||
Version=1.0
|
||||
Categories=Utility;Security;Qt;
|
||||
MimeType=application/x-keepass2;
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-GNOME-Autostart-Delay=2
|
||||
X-KDE-autostart-after=panel
|
||||
X-LXQt-Need-Tray=true
|
||||
|
@ -1,2 +0,0 @@
|
||||
[Mouse]
|
||||
cursorTheme=breeze_cursors
|
@ -1,8 +0,0 @@
|
||||
[General]
|
||||
ColorScheme=BreezeDark
|
||||
|
||||
[Icons]
|
||||
Theme=breeze-dark
|
||||
|
||||
[KDE]
|
||||
widgetStyle=Breeze
|
@ -1,2 +0,0 @@
|
||||
[Greeter]
|
||||
Theme=org.debian.desktop
|
@ -1,3 +0,0 @@
|
||||
[KSplash]
|
||||
Engine=KSplashQML
|
||||
Theme=org.debian.desktop
|
@ -1,12 +0,0 @@
|
||||
[TabBox]
|
||||
DesktopLayout=org.kde.breeze.desktop
|
||||
DesktopListLayout=org.kde.breeze.desktop
|
||||
LayoutName=org.kde.breeze.desktop
|
||||
|
||||
[Windows]
|
||||
Placement=Centered
|
||||
|
||||
[org.kde.kdecoration2]
|
||||
NoPlugin=false
|
||||
library=org.kde.breeze
|
||||
theme=Breeze
|
@ -1 +0,0 @@
|
||||
org.kde.breezedark.desktop
|
@ -1,2 +0,0 @@
|
||||
[Theme]
|
||||
name=default
|
118
.config/konsave/conf.yaml
Normal file
@ -0,0 +1,118 @@
|
||||
---
|
||||
# This is the configuration file for konsave.
|
||||
# This file is pre-configured for KDE Plasma users.
|
||||
# This will backup all the important files for your Plasma customizations.
|
||||
# Please make sure it follows the correct format for proper working of Konsave.
|
||||
# The format should be:
|
||||
# ---
|
||||
# save:
|
||||
# name:
|
||||
# location: "path/to/parent/directory"
|
||||
# entries:
|
||||
# # these are files which will be backed up.
|
||||
# # They should be present in the specified location.
|
||||
# - file1
|
||||
# - file2
|
||||
# export:
|
||||
# # This includes files which will be exported with your profile.
|
||||
# # They will not be saved but only be exported and imported.
|
||||
# # These may include files like complete icon packs and themes..
|
||||
# name:
|
||||
# location: "path/to/parent/directory"
|
||||
# entries:
|
||||
# - file1
|
||||
# - file2
|
||||
# ...
|
||||
# You can use these placeholders in the "location" of each item:
|
||||
# $HOME: the home directory
|
||||
# $CONFIG_DIR: refers to "$HOME/.config/"
|
||||
# $SHARE_DIR: refers to "$HOME/.local/share"
|
||||
# $BIN_DIR: refers to "$HOME/.local/bin"
|
||||
# ${ENDS_WITH="text"}: for folders with different names on different computers whose names end with the same thing.
|
||||
# The best example for this is the "*.default-release" folder of firefox.
|
||||
# ${BEGINS_WITH="text"}: for folders with different names on different computers whose names start with the same thing.
|
||||
|
||||
save:
|
||||
configs:
|
||||
location: "$CONFIG_DIR"
|
||||
entries:
|
||||
- gtk-2.0
|
||||
- gtk-3.0
|
||||
- gtk-4.0
|
||||
- kate
|
||||
- Kvantum
|
||||
- latte
|
||||
- dolphinrc
|
||||
- katerc
|
||||
- konsolerc
|
||||
- kcminputrc
|
||||
- kdeglobals
|
||||
- kglobalshortcutsrc
|
||||
- klipperrc
|
||||
- krunnerrc
|
||||
- kscreenlockerrc
|
||||
- ksmserverrc
|
||||
- kwinrc
|
||||
- kwinrulesrc
|
||||
- plasma-org.kde.plasma.desktop-appletsrc
|
||||
- plasmarc
|
||||
- plasmashellrc
|
||||
- gtkrc
|
||||
- gtkrc-2.0
|
||||
- lattedockrc
|
||||
- breezerc
|
||||
- oxygenrc
|
||||
- lightlyrc
|
||||
- ksplashrc
|
||||
- khotkeysrc
|
||||
|
||||
app_layouts:
|
||||
location: "$HOME/.local/share/kxmlgui5"
|
||||
entries:
|
||||
- dolphin
|
||||
- konsole
|
||||
|
||||
# Here are a few examples of how you can add more stuff to back up.
|
||||
# Uncomment these lines if you want.
|
||||
# firefox:
|
||||
# location: "$HOME/.mozilla/firefox/${ENDS_WITH='.default-release'}"
|
||||
# entries:
|
||||
# - chrome # for firefox customizations
|
||||
|
||||
# code oss:
|
||||
# location: "$CONFIG_DIR/Code - OSS/User/"
|
||||
# entries:
|
||||
# - settings.json
|
||||
|
||||
|
||||
# The following files will only be used for exporting and importing.
|
||||
export:
|
||||
share_folder:
|
||||
location: "$SHARE_DIR"
|
||||
entries:
|
||||
- plasma
|
||||
- kwin
|
||||
- konsole
|
||||
- fonts
|
||||
- color-schemes
|
||||
- aurorae
|
||||
- icons
|
||||
- wallpapers
|
||||
|
||||
home_folder:
|
||||
location: "$HOME/"
|
||||
entries:
|
||||
- .fonts
|
||||
- .themes
|
||||
- .icons
|
||||
|
||||
|
||||
# You can add more files to export like this
|
||||
# name:
|
||||
# location: "path/to/parent/directory"
|
||||
# entries:
|
||||
# - file1
|
||||
# - file2
|
||||
# - folder1
|
||||
# - folder2
|
||||
...
|
118
.config/konsave/profiles/laptop-kde/conf.yaml
Normal file
@ -0,0 +1,118 @@
|
||||
---
|
||||
# This is the configuration file for konsave.
|
||||
# This file is pre-configured for KDE Plasma users.
|
||||
# This will backup all the important files for your Plasma customizations.
|
||||
# Please make sure it follows the correct format for proper working of Konsave.
|
||||
# The format should be:
|
||||
# ---
|
||||
# save:
|
||||
# name:
|
||||
# location: "path/to/parent/directory"
|
||||
# entries:
|
||||
# # these are files which will be backed up.
|
||||
# # They should be present in the specified location.
|
||||
# - file1
|
||||
# - file2
|
||||
# export:
|
||||
# # This includes files which will be exported with your profile.
|
||||
# # They will not be saved but only be exported and imported.
|
||||
# # These may include files like complete icon packs and themes..
|
||||
# name:
|
||||
# location: "path/to/parent/directory"
|
||||
# entries:
|
||||
# - file1
|
||||
# - file2
|
||||
# ...
|
||||
# You can use these placeholders in the "location" of each item:
|
||||
# $HOME: the home directory
|
||||
# $CONFIG_DIR: refers to "$HOME/.config/"
|
||||
# $SHARE_DIR: refers to "$HOME/.local/share"
|
||||
# $BIN_DIR: refers to "$HOME/.local/bin"
|
||||
# ${ENDS_WITH="text"}: for folders with different names on different computers whose names end with the same thing.
|
||||
# The best example for this is the "*.default-release" folder of firefox.
|
||||
# ${BEGINS_WITH="text"}: for folders with different names on different computers whose names start with the same thing.
|
||||
|
||||
save:
|
||||
configs:
|
||||
location: "$CONFIG_DIR"
|
||||
entries:
|
||||
- gtk-2.0
|
||||
- gtk-3.0
|
||||
- gtk-4.0
|
||||
- kate
|
||||
- Kvantum
|
||||
- latte
|
||||
- dolphinrc
|
||||
- katerc
|
||||
- konsolerc
|
||||
- kcminputrc
|
||||
- kdeglobals
|
||||
- kglobalshortcutsrc
|
||||
- klipperrc
|
||||
- krunnerrc
|
||||
- kscreenlockerrc
|
||||
- ksmserverrc
|
||||
- kwinrc
|
||||
- kwinrulesrc
|
||||
- plasma-org.kde.plasma.desktop-appletsrc
|
||||
- plasmarc
|
||||
- plasmashellrc
|
||||
- gtkrc
|
||||
- gtkrc-2.0
|
||||
- lattedockrc
|
||||
- breezerc
|
||||
- oxygenrc
|
||||
- lightlyrc
|
||||
- ksplashrc
|
||||
- khotkeysrc
|
||||
|
||||
app_layouts:
|
||||
location: "$HOME/.local/share/kxmlgui5"
|
||||
entries:
|
||||
- dolphin
|
||||
- konsole
|
||||
|
||||
# Here are a few examples of how you can add more stuff to back up.
|
||||
# Uncomment these lines if you want.
|
||||
# firefox:
|
||||
# location: "$HOME/.mozilla/firefox/${ENDS_WITH='.default-release'}"
|
||||
# entries:
|
||||
# - chrome # for firefox customizations
|
||||
|
||||
# code oss:
|
||||
# location: "$CONFIG_DIR/Code - OSS/User/"
|
||||
# entries:
|
||||
# - settings.json
|
||||
|
||||
|
||||
# The following files will only be used for exporting and importing.
|
||||
export:
|
||||
share_folder:
|
||||
location: "$SHARE_DIR"
|
||||
entries:
|
||||
- plasma
|
||||
- kwin
|
||||
- konsole
|
||||
- fonts
|
||||
- color-schemes
|
||||
- aurorae
|
||||
- icons
|
||||
- wallpapers
|
||||
|
||||
home_folder:
|
||||
location: "$HOME/"
|
||||
entries:
|
||||
- .fonts
|
||||
- .themes
|
||||
- .icons
|
||||
|
||||
|
||||
# You can add more files to export like this
|
||||
# name:
|
||||
# location: "path/to/parent/directory"
|
||||
# entries:
|
||||
# - file1
|
||||
# - file2
|
||||
# - folder1
|
||||
# - folder2
|
||||
...
|
14
.config/konsave/profiles/laptop-kde/configs/dolphinrc
Normal file
@ -0,0 +1,14 @@
|
||||
[$Version]
|
||||
update_info=dolphin_detailsmodesettings.upd:rename-leading-padding
|
||||
|
||||
[General]
|
||||
Version=202
|
||||
ViewPropsTimestamp=2025,8,17,23,34,43.381
|
||||
|
||||
[KFileDialog Settings]
|
||||
Places Icons Auto-resize=false
|
||||
Places Icons Static Size=22
|
||||
|
||||
[MainWindow]
|
||||
MenuBar=Disabled
|
||||
ToolBarsMovable=Disabled
|
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="44.7167" y1="466.21" x2="921.704" y2="470.954" id="gradient1">
|
||||
<stop offset="0" stop-color="#f9d423" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#ff4e50" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#8a2387" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#d52735" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.325575,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.867,10.2875 C713.663,10.2875 917.788,214.413 917.788,466.208 C917.788,718.009 713.663,922.133 461.867,922.133 C210.063,922.133 5.9375,718.009 5.9375,466.208 C5.9375,214.413 210.063,10.2875 461.867,10.2875 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.325575,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.867,49.0625 C692.245,49.0625 879.008,235.829 879.008,466.208 C879.008,696.596 692.245,883.358 461.867,883.358 C231.479,883.358 44.7167,696.596 44.7167,466.208 C44.7167,235.829 231.479,49.0625 461.867,49.0625 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.325575,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M246.821,304.842 L623.233,681.25 C637.801,695.821 661.633,695.821 676.208,681.25 L676.905,680.55 C691.475,665.983 691.475,642.146 676.909,627.579 L300.496,251.171 C285.925,236.601 262.092,236.601 247.525,251.171 L246.821,251.867 C232.254,266.437 232.254,290.271 246.821,304.842 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.325575,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M300.496,681.25 L676.905,304.842 C691.471,290.275 691.471,266.437 676.905,251.867 L676.204,251.171 C661.633,236.601 637.801,236.601 623.233,251.171 L246.821,627.579 C232.25,642.146 232.25,665.983 246.821,680.55 L247.521,681.25 C262.092,695.821 285.925,695.821 300.496,681.25 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="44.7167" y1="466.21" x2="921.704" y2="470.954" id="gradient1">
|
||||
<stop offset="0" stop-color="#f9d423" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#ff4e50" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#8a2387" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#d52735" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.325575,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.867,10.2875 C713.663,10.2875 917.788,214.413 917.788,466.208 C917.788,718.009 713.663,922.133 461.867,922.133 C210.063,922.133 5.9375,718.009 5.9375,466.208 C5.9375,214.413 210.063,10.2875 461.867,10.2875 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.325575,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.867,49.0625 C692.245,49.0625 879.008,235.829 879.008,466.208 C879.008,696.596 692.245,883.358 461.867,883.358 C231.479,883.358 44.7167,696.596 44.7167,466.208 C44.7167,235.829 231.479,49.0625 461.867,49.0625 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.325575,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M246.821,304.842 L623.233,681.25 C637.801,695.821 661.633,695.821 676.208,681.25 L676.905,680.55 C691.475,665.983 691.475,642.146 676.909,627.579 L300.496,251.171 C285.925,236.601 262.092,236.601 247.525,251.171 L246.821,251.867 C232.254,266.437 232.254,290.271 246.821,304.842 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.325575,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M300.496,681.25 L676.905,304.842 C691.471,290.275 691.471,266.437 676.905,251.867 L676.204,251.171 C661.633,236.601 637.801,236.601 623.233,251.171 L246.821,627.579 C232.25,642.146 232.25,665.983 246.821,680.55 L247.521,681.25 C262.092,695.821 285.925,695.821 300.496,681.25 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="5.68572" y1="515.151" x2="1133.91" y2="510.275" id="gradient1">
|
||||
<stop offset="0" stop-color="#f9d423" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#ff4e50" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#8a2387" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-0.380168,50.1828)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M462.873,899.089 C705.774,899.089 902.688,702.177 902.688,459.269 C902.688,216.362 705.774,19.4501 462.873,19.4501 C219.964,19.4501 23.0496,216.362 23.0496,459.269 C23.0496,702.177 219.964,899.089 462.873,899.089 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#e70340" stroke-opacity="1" stroke-width="32.2326" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" transform="matrix(0.0548323,0,0,-0.0548323,-0.380168,50.1828)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M462.873,899.089 C705.774,899.089 902.688,702.177 902.688,459.269 C902.688,216.362 705.774,19.4501 462.873,19.4501 C219.964,19.4501 23.0496,216.362 23.0496,459.269 C23.0496,702.177 219.964,899.089 462.873,899.089 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-0.380168,50.1828)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M246.821,299.191 L623.233,675.604 C637.801,690.171 661.633,690.171 676.208,675.604 L676.905,674.9 C691.475,660.334 691.475,636.5 676.909,621.93 L300.496,245.521 C285.925,230.95 262.092,230.95 247.525,245.521 L246.821,246.217 C232.254,260.787 232.254,284.625 246.821,299.191 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#001d00" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-0.380168,50.1828)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M300.496,675.604 L676.905,299.191 C691.471,284.625 691.471,260.787 676.905,246.221 L676.204,245.521 C661.633,230.95 637.801,230.95 623.233,245.521 L246.821,621.93 C232.25,636.5 232.25,660.334 246.821,674.905 L247.521,675.604 C262.092,690.175 285.925,690.175 300.496,675.604 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#5b5c63" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548325,9.14653,50.4539)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M289.126,8.27877 C540.932,8.27877 745.062,212.405 745.062,464.214 C745.062,716.017 540.932,920.146 289.126,920.146 C37.3208,920.146 -166.809,716.017 -166.809,464.214 C-166.809,212.405 37.3208,8.27877 289.126,8.27877 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#5b5c63" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548325,9.14653,50.4539)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M289.126,47.0546 C519.515,47.0546 706.286,233.822 706.286,464.214 C706.286,694.598 519.515,881.37 289.126,881.37 C58.7378,881.37 -128.033,694.598 -128.033,464.214 C-128.033,233.822 58.7378,47.0546 289.126,47.0546 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="5.68572" y1="515.151" x2="1133.91" y2="510.275" id="gradient1">
|
||||
<stop offset="0" stop-color="#f9d423" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#ff4e50" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#8a2387" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-0.380168,50.1828)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M462.873,899.089 C705.774,899.089 902.688,702.177 902.688,459.269 C902.688,216.362 705.774,19.4501 462.873,19.4501 C219.964,19.4501 23.0496,216.362 23.0496,459.269 C23.0496,702.177 219.964,899.089 462.873,899.089 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#e70340" stroke-opacity="1" stroke-width="32.2326" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" transform="matrix(0.0548323,0,0,-0.0548323,-0.380168,50.1828)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M462.873,899.089 C705.774,899.089 902.688,702.177 902.688,459.269 C902.688,216.362 705.774,19.4501 462.873,19.4501 C219.964,19.4501 23.0496,216.362 23.0496,459.269 C23.0496,702.177 219.964,899.089 462.873,899.089 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-0.380168,50.1828)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M246.821,299.191 L623.233,675.604 C637.801,690.171 661.633,690.171 676.208,675.604 L676.905,674.9 C691.475,660.334 691.475,636.5 676.909,621.93 L300.496,245.521 C285.925,230.95 262.092,230.95 247.525,245.521 L246.821,246.217 C232.254,260.787 232.254,284.625 246.821,299.191 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#001d00" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-0.380168,50.1828)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M300.496,675.604 L676.905,299.191 C691.471,284.625 691.471,260.787 676.905,246.221 L676.204,245.521 C661.633,230.95 637.801,230.95 623.233,245.521 L246.821,621.93 C232.25,636.5 232.25,660.334 246.821,674.905 L247.521,675.604 C262.092,690.175 285.925,690.175 300.496,675.604 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="5.68572" y1="515.151" x2="1163.74" y2="498.343" id="gradient1">
|
||||
<stop offset="0" stop-color="#f9d423" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#ff4e50" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#8a2387" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548326,0,0,-0.0548323,-2.81266,49.7339)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M507.233,11.2628 C750.133,11.2628 947.046,208.177 947.046,451.082 C947.046,693.988 750.133,890.902 507.233,890.902 C264.325,890.902 67.4117,693.988 67.4117,451.082 C67.4117,208.177 264.325,11.2628 507.233,11.2628 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#e70340" stroke-opacity="1" stroke-width="32.2324" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" transform="matrix(0.0548326,0,0,-0.0548323,-2.81266,49.7339)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M507.233,11.2628 C750.133,11.2628 947.046,208.177 947.046,451.082 C947.046,693.988 750.133,890.902 507.233,890.902 C264.325,890.902 67.4117,693.988 67.4117,451.082 C67.4117,208.177 264.325,11.2628 507.233,11.2628 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#a5fecb" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#20bdff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#5433ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548326,-4.16213,50.1607)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M531.846,2.93074 C783.648,2.93074 987.778,207.06 987.778,458.864 C987.778,710.669 783.648,914.798 531.846,914.798 C280.037,914.798 75.9066,710.669 75.9066,458.864 C75.9066,207.06 280.037,2.93074 531.846,2.93074 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548326,-4.16213,50.1607)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M531.845,35.4969 C765.663,35.4969 955.211,225.048 955.211,458.866 C955.211,692.684 765.663,882.231 531.845,882.231 C298.022,882.231 108.474,692.684 108.474,458.866 C108.474,225.048 298.022,35.4969 531.845,35.4969 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.05936,0,0,-0.0593601,-1.0268,50.0523)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M317.364,650.001 L584.563,650.001 C620.142,650.001 649.255,620.888 649.255,585.306 L649.255,318.11 L317.364,650.001 M549.688,213.79 L281.435,213.79 C245.852,213.79 216.743,242.899 216.743,278.481 L216.743,546.735 L549.688,213.79"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#a5fecb" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#20bdff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#5433ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548326,-4.16213,50.1607)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M531.846,2.93074 C783.648,2.93074 987.778,207.06 987.778,458.864 C987.778,710.669 783.648,914.798 531.846,914.798 C280.037,914.798 75.9066,710.669 75.9066,458.864 C75.9066,207.06 280.037,2.93074 531.846,2.93074 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548326,-4.16213,50.1607)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M531.845,35.4969 C765.663,35.4969 955.211,225.048 955.211,458.866 C955.211,692.684 765.663,882.231 531.845,882.231 C298.022,882.231 108.474,692.684 108.474,458.866 C108.474,225.048 298.022,35.4969 531.845,35.4969 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.05936,0,0,-0.0593601,-1.0268,50.0523)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M317.364,650.001 L584.563,650.001 C620.142,650.001 649.255,620.888 649.255,585.306 L649.255,318.11 L317.364,650.001 M549.688,213.79 L281.435,213.79 C245.852,213.79 216.743,242.899 216.743,278.481 L216.743,546.735 L549.688,213.79"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#a5fecb" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#20bdff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#5433ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-4.51811,49.8508)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M538.338,-2.72068 C790.141,-2.72068 994.27,201.409 994.27,453.214 C994.27,705.021 790.141,909.15 538.338,909.15 C286.529,909.15 82.3986,705.021 82.3986,453.214 C82.3986,201.409 286.529,-2.72068 538.338,-2.72068 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-4.51811,49.8508)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M538.337,29.8456 C772.155,29.8456 961.703,219.398 961.703,453.216 C961.703,687.036 772.155,876.584 538.337,876.584 C304.514,876.584 114.966,687.036 114.966,453.216 C114.966,219.398 304.514,29.8456 538.337,29.8456 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.05936,0,0,-0.0593601,-1.0268,50.0523)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M317.364,650.001 L584.563,650.001 C620.142,650.001 649.255,620.888 649.255,585.306 L649.255,318.11 L317.364,650.001 M549.688,213.79 L281.435,213.79 C245.852,213.79 216.743,242.899 216.743,278.481 L216.743,546.735 L549.688,213.79"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#5b5c63" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548325,48.025,93.2491)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M-419.917,788.749 C-168.11,788.749 36.0191,992.875 36.0191,1244.68 C36.0191,1496.49 -168.11,1700.62 -419.917,1700.62 C-671.722,1700.62 -875.852,1496.49 -875.852,1244.68 C-875.852,992.875 -671.722,788.749 -419.917,788.749 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#5b5c63" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548325,48.025,93.2491)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M-419.917,827.525 C-189.527,827.525 -2.75726,1014.29 -2.75726,1244.68 C-2.75726,1475.07 -189.527,1661.84 -419.917,1661.84 C-650.305,1661.84 -837.076,1475.07 -837.076,1244.68 C-837.076,1014.29 -650.305,827.525 -419.917,827.525 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#a5fecb" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#20bdff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#5433ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-4.51811,49.8508)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M538.338,-2.72068 C790.141,-2.72068 994.27,201.409 994.27,453.214 C994.27,705.021 790.141,909.15 538.338,909.15 C286.529,909.15 82.3986,705.021 82.3986,453.214 C82.3986,201.409 286.529,-2.72068 538.338,-2.72068 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-4.51811,49.8508)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M538.337,29.8456 C772.155,29.8456 961.703,219.398 961.703,453.216 C961.703,687.036 772.155,876.584 538.337,876.584 C304.514,876.584 114.966,687.036 114.966,453.216 C114.966,219.398 304.514,29.8456 538.337,29.8456 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.05936,0,0,-0.0593601,-1.0268,50.0523)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M317.364,650.001 L584.563,650.001 C620.142,650.001 649.255,620.888 649.255,585.306 L649.255,318.11 L317.364,650.001 M549.688,213.79 L281.435,213.79 C245.852,213.79 216.743,242.899 216.743,278.481 L216.743,546.735 L549.688,213.79"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#a5fecb" stop-opacity="1" />
|
||||
<stop offset="0.5" stop-color="#20bdff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#5433ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548326,0,0,-0.0548323,-1.6926,50.0276)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M486.806,0.502897 C738.607,0.502897 942.735,204.633 942.735,456.438 C942.735,708.245 738.607,912.374 486.806,912.374 C234.998,912.374 30.8685,708.245 30.8685,456.438 C30.8685,204.633 234.998,0.502897 486.806,0.502897 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548326,0,0,-0.0548323,-1.6926,50.0276)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M486.804,33.0692 C720.622,33.0692 910.169,222.621 910.169,456.44 C910.169,690.26 720.622,879.808 486.804,879.808 C252.982,879.808 63.4351,690.26 63.4351,456.44 C63.4351,222.621 252.982,33.0692 486.804,33.0692 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#00c6ff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#0072ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548326,-4.16213,50.1607)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M531.846,2.93074 C783.648,2.93074 987.778,207.06 987.778,458.864 C987.778,710.669 783.648,914.798 531.846,914.798 C280.037,914.798 75.9066,710.669 75.9066,458.864 C75.9066,207.06 280.037,2.93074 531.846,2.93074 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548326,-4.16213,50.1607)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M531.845,35.4969 C765.663,35.4969 955.211,225.048 955.211,458.866 C955.211,692.684 765.663,882.231 531.845,882.231 C298.022,882.231 108.474,692.684 108.474,458.866 C108.474,225.048 298.022,35.4969 531.845,35.4969 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#432f52" fill-opacity="1" stroke="none" transform="matrix(0.05936,0,0,-0.0593601,-1.0268,50.0523)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M317.364,650.001 L584.563,650.001 C620.142,650.001 649.255,620.888 649.255,585.306 L649.255,318.11 L317.364,650.001 M549.688,213.79 L281.435,213.79 C245.852,213.79 216.743,242.899 216.743,278.481 L216.743,546.735 L549.688,213.79"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#00c6ff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#0072ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548326,-4.16213,50.1607)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M531.846,2.93074 C783.648,2.93074 987.778,207.06 987.778,458.864 C987.778,710.669 783.648,914.798 531.846,914.798 C280.037,914.798 75.9066,710.669 75.9066,458.864 C75.9066,207.06 280.037,2.93074 531.846,2.93074 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548326,-4.16213,50.1607)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M531.845,35.4969 C765.663,35.4969 955.211,225.048 955.211,458.866 C955.211,692.684 765.663,882.231 531.845,882.231 C298.022,882.231 108.474,692.684 108.474,458.866 C108.474,225.048 298.022,35.4969 531.845,35.4969 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#432f52" fill-opacity="1" stroke="none" transform="matrix(0.05936,0,0,-0.0593601,-1.0268,50.0523)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M317.364,650.001 L584.563,650.001 C620.142,650.001 649.255,620.888 649.255,585.306 L649.255,318.11 L317.364,650.001 M549.688,213.79 L281.435,213.79 C245.852,213.79 216.743,242.899 216.743,278.481 L216.743,546.735 L549.688,213.79"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#00c6ff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#0072ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-4.51811,49.8508)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M538.338,-2.72068 C790.141,-2.72068 994.27,201.409 994.27,453.214 C994.27,705.021 790.141,909.15 538.338,909.15 C286.529,909.15 82.3986,705.021 82.3986,453.214 C82.3986,201.409 286.529,-2.72068 538.338,-2.72068 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-4.51811,49.8508)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M538.337,29.8456 C772.155,29.8456 961.703,219.398 961.703,453.216 C961.703,687.036 772.155,876.584 538.337,876.584 C304.514,876.584 114.966,687.036 114.966,453.216 C114.966,219.398 304.514,29.8456 538.337,29.8456 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#432f52" fill-opacity="1" stroke="none" transform="matrix(0.05936,0,0,-0.0593601,-1.0268,50.0523)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M317.364,650.001 L584.563,650.001 C620.142,650.001 649.255,620.888 649.255,585.306 L649.255,318.11 L317.364,650.001 M549.688,213.79 L281.435,213.79 C245.852,213.79 216.743,242.899 216.743,278.481 L216.743,546.735 L549.688,213.79"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#5b5c63" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548325,48.025,93.2491)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M-419.917,788.749 C-168.11,788.749 36.0191,992.875 36.0191,1244.68 C36.0191,1496.49 -168.11,1700.62 -419.917,1700.62 C-671.722,1700.62 -875.852,1496.49 -875.852,1244.68 C-875.852,992.875 -671.722,788.749 -419.917,788.749 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#5b5c63" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548325,48.025,93.2491)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M-419.917,827.525 C-189.527,827.525 -2.75726,1014.29 -2.75726,1244.68 C-2.75726,1475.07 -189.527,1661.84 -419.917,1661.84 C-650.305,1661.84 -837.076,1475.07 -837.076,1244.68 C-837.076,1014.29 -650.305,827.525 -419.917,827.525 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#00c6ff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#0072ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-4.51811,49.8508)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M538.338,-2.72068 C790.141,-2.72068 994.27,201.409 994.27,453.214 C994.27,705.021 790.141,909.15 538.338,909.15 C286.529,909.15 82.3986,705.021 82.3986,453.214 C82.3986,201.409 286.529,-2.72068 538.338,-2.72068 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-4.51811,49.8508)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M538.337,29.8456 C772.155,29.8456 961.703,219.398 961.703,453.216 C961.703,687.036 772.155,876.584 538.337,876.584 C304.514,876.584 114.966,687.036 114.966,453.216 C114.966,219.398 304.514,29.8456 538.337,29.8456 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#432f52" fill-opacity="1" stroke="none" transform="matrix(0.05936,0,0,-0.0593601,-1.0268,50.0523)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M317.364,650.001 L584.563,650.001 C620.142,650.001 649.255,620.888 649.255,585.306 L649.255,318.11 L317.364,650.001 M549.688,213.79 L281.435,213.79 C245.852,213.79 216.743,242.899 216.743,278.481 L216.743,546.735 L549.688,213.79"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="49.1954" y1="515.033" x2="1067.24" y2="516.85" id="gradient1">
|
||||
<stop offset="0" stop-color="#00c6ff" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#0072ff" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#0072ff" fill-opacity="1" stroke="none" transform="matrix(0.0548326,0,0,-0.0548323,-1.6926,50.0276)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M486.806,0.502897 C738.607,0.502897 942.735,204.633 942.735,456.438 C942.735,708.245 738.607,912.374 486.806,912.374 C234.998,912.374 30.8685,708.245 30.8685,456.438 C30.8685,204.633 234.998,0.502897 486.806,0.502897 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548326,0,0,-0.0548323,-1.6926,50.0276)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M486.804,33.0692 C720.622,33.0692 910.169,222.621 910.169,456.44 C910.169,690.26 720.622,879.808 486.804,879.808 C252.982,879.808 63.4351,690.26 63.4351,456.44 C63.4351,222.621 252.982,33.0692 486.804,33.0692 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="47.7417" y1="466.21" x2="882.037" y2="466.21" id="gradient1">
|
||||
<stop offset="0" stop-color="#fcbe07" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#fcbe07" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#fcbe07" fill-opacity="1" stroke="none" transform="matrix(0.0548333,0,0,-0.0548338,-0.491443,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M464.887,10.2875 C716.691,10.2875 920.817,214.413 920.817,466.208 C920.817,718.009 716.691,922.133 464.887,922.133 C213.088,922.133 8.9625,718.009 8.9625,466.208 C8.9625,214.413 213.088,10.2875 464.887,10.2875 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548333,0,0,-0.0548338,-0.491443,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M464.887,49.0625 C695.275,49.0625 882.037,235.829 882.037,466.208 C882.037,696.596 695.275,883.358 464.887,883.358 C234.505,883.358 47.7417,696.596 47.7417,466.208 C47.7417,235.829 234.505,49.0625 464.887,49.0625 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#cd6e19" fill-opacity="1" stroke="none" transform="matrix(0.0548333,0,0,-0.0548338,-0.491443,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
opacity="0.9" >
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M196.105,466.205 L733.674,466.215"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="71.8461" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="4" transform="matrix(0.0548333,0,0,-0.0548338,-0.491443,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
opacity="0.9" >
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M196.105,466.205 L733.674,466.215"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="47.7417" y1="466.21" x2="882.037" y2="466.21" id="gradient1">
|
||||
<stop offset="0" stop-color="#fcbe07" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#fcbe07" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#fcbe07" fill-opacity="1" stroke="none" transform="matrix(0.0548333,0,0,-0.0548338,-0.491443,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M464.887,10.2875 C716.691,10.2875 920.817,214.413 920.817,466.208 C920.817,718.009 716.691,922.133 464.887,922.133 C213.088,922.133 8.9625,718.009 8.9625,466.208 C8.9625,214.413 213.088,10.2875 464.887,10.2875 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548333,0,0,-0.0548338,-0.491443,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M464.887,49.0625 C695.275,49.0625 882.037,235.829 882.037,466.208 C882.037,696.596 695.275,883.358 464.887,883.358 C234.505,883.358 47.7417,696.596 47.7417,466.208 C47.7417,235.829 234.505,49.0625 464.887,49.0625 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#cd6e19" fill-opacity="1" stroke="none" transform="matrix(0.0548333,0,0,-0.0548338,-0.491443,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
opacity="0.9" >
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M196.105,466.205 L733.674,466.215"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="71.8461" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="4" transform="matrix(0.0548333,0,0,-0.0548338,-0.491443,50.5641)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
opacity="0.9" >
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M196.105,466.205 L733.674,466.215"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="44.7541" y1="458.002" x2="879.05" y2="458.002" id="gradient1">
|
||||
<stop offset="0" stop-color="#f7f206" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#f7b922" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#da9e10" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.327859,50.114)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.904,2.07917 C713.705,2.07917 917.829,206.204 917.829,458.004 C917.829,709.801 713.705,913.925 461.904,913.925 C210.105,913.925 5.97917,709.801 5.97917,458.004 C5.97917,206.204 210.105,2.07917 461.904,2.07917 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.327859,50.114)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.904,40.8542 C692.288,40.8542 879.05,227.617 879.05,458.004 C879.05,688.387 692.288,875.15 461.904,875.15 C231.521,875.15 44.7541,688.387 44.7541,458.004 C44.7541,227.617 231.521,40.8542 461.904,40.8542 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.327859,50.114)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
opacity="0.9" >
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M193.118,457.997 L730.685,458.006"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="71.846" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="4" transform="matrix(0.0548336,0,0,-0.0548338,-0.327859,50.114)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
opacity="0.9" >
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M193.118,457.997 L730.685,458.006"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#5b5c63" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548325,-0.0249125,48.9938)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M456.39,-18.3504 C708.196,-18.3504 912.325,185.776 912.325,437.585 C912.325,689.387 708.196,893.517 456.39,893.517 C204.584,893.517 0.454339,689.387 0.454339,437.585 C0.454339,185.776 204.584,-18.3504 456.39,-18.3504 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#5b5c63" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548325,-0.0249125,48.9938)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M456.39,20.4254 C686.779,20.4254 873.549,207.193 873.549,437.585 C873.549,667.969 686.779,854.741 456.39,854.741 C226.001,854.741 39.2303,667.969 39.2303,437.585 C39.2303,207.193 226.001,20.4254 456.39,20.4254 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="44.7541" y1="458.002" x2="879.05" y2="458.002" id="gradient1">
|
||||
<stop offset="0" stop-color="#f7f206" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#f7b922" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#da9e10" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.327859,50.114)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.904,2.07917 C713.705,2.07917 917.829,206.204 917.829,458.004 C917.829,709.801 713.705,913.925 461.904,913.925 C210.105,913.925 5.97917,709.801 5.97917,458.004 C5.97917,206.204 210.105,2.07917 461.904,2.07917 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.327859,50.114)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.904,40.8542 C692.288,40.8542 879.05,227.617 879.05,458.004 C879.05,688.387 692.288,875.15 461.904,875.15 C231.521,875.15 44.7541,688.387 44.7541,458.004 C44.7541,227.617 231.521,40.8542 461.904,40.8542 "/>
|
||||
</g>
|
||||
|
||||
<g fill="#000000" fill-opacity="1" stroke="none" transform="matrix(0.0548336,0,0,-0.0548338,-0.327859,50.114)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
opacity="0.9" >
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M193.118,457.997 L730.685,458.006"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="71.846" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="4" transform="matrix(0.0548336,0,0,-0.0548338,-0.327859,50.114)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
opacity="0.9" >
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M193.118,457.997 L730.685,458.006"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="45.0565" y1="513.015" x2="875.718" y2="547.948" id="gradient1">
|
||||
<stop offset="0" stop-color="#f7f206" stop-opacity="1" />
|
||||
<stop offset="1" stop-color="#f7b922" stop-opacity="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#e5c206" fill-opacity="1" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-0.29158,50.0188)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.253,0.342218 C713.059,0.342218 917.189,204.472 917.189,456.28 C917.189,708.083 713.059,912.214 461.253,912.214 C209.448,912.214 5.31766,708.083 5.31766,456.28 C5.31766,204.472 209.448,0.342218 461.253,0.342218 "/>
|
||||
</g>
|
||||
|
||||
<g fill="url(#gradient1)" stroke="none" transform="matrix(0.0548323,0,0,-0.0548323,-0.29158,50.0188)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M461.255,32.909 C695.074,32.909 884.62,222.457 884.62,456.28 C884.62,690.099 695.074,879.647 461.255,879.647 C227.438,879.647 37.8864,690.099 37.8864,456.28 C37.8864,222.457 227.438,32.909 461.255,32.909 "/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="11" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1,84 @@
|
||||
@define-color borders_breeze #4a4c52;
|
||||
@define-color content_view_bg_breeze #101013;
|
||||
@define-color error_color_backdrop_breeze #ed254e;
|
||||
@define-color error_color_breeze #ed254e;
|
||||
@define-color error_color_insensitive_backdrop_breeze #591626;
|
||||
@define-color error_color_insensitive_breeze #591626;
|
||||
@define-color insensitive_base_color_breeze #0f0f12;
|
||||
@define-color insensitive_base_fg_color_breeze #505358;
|
||||
@define-color insensitive_bg_color_breeze #1b1b1f;
|
||||
@define-color insensitive_borders_breeze #2a2b30;
|
||||
@define-color insensitive_fg_color_breeze #585a60;
|
||||
@define-color insensitive_selected_bg_color_breeze #1b1b1f;
|
||||
@define-color insensitive_selected_fg_color_breeze #585a60;
|
||||
@define-color insensitive_unfocused_bg_color_breeze #1b1b1f;
|
||||
@define-color insensitive_unfocused_fg_color_breeze #585a60;
|
||||
@define-color insensitive_unfocused_selected_bg_color_breeze #1b1b1f;
|
||||
@define-color insensitive_unfocused_selected_fg_color_breeze #585a60;
|
||||
@define-color link_color_breeze #5294e2;
|
||||
@define-color link_visited_color_breeze #7cb7ff;
|
||||
@define-color success_color_backdrop_breeze #71f79f;
|
||||
@define-color success_color_breeze #71f79f;
|
||||
@define-color success_color_insensitive_backdrop_breeze #305c41;
|
||||
@define-color success_color_insensitive_breeze #305c41;
|
||||
@define-color theme_base_color_breeze #101013;
|
||||
@define-color theme_bg_color_breeze #1c1c21;
|
||||
@define-color theme_button_background_backdrop_breeze #31363d;
|
||||
@define-color theme_button_background_backdrop_insensitive_breeze #2f333a;
|
||||
@define-color theme_button_background_insensitive_breeze #2f333a;
|
||||
@define-color theme_button_background_normal_breeze #31363d;
|
||||
@define-color theme_button_decoration_focus_backdrop_breeze #0072ff;
|
||||
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #1e477b;
|
||||
@define-color theme_button_decoration_focus_breeze #0072ff;
|
||||
@define-color theme_button_decoration_focus_insensitive_breeze #1e477b;
|
||||
@define-color theme_button_decoration_hover_backdrop_breeze #0072ff;
|
||||
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #1e477b;
|
||||
@define-color theme_button_decoration_hover_breeze #0072ff;
|
||||
@define-color theme_button_decoration_hover_insensitive_breeze #1e477b;
|
||||
@define-color theme_button_foreground_active_backdrop_breeze #d3dae3;
|
||||
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #585a60;
|
||||
@define-color theme_button_foreground_active_breeze #fefefe;
|
||||
@define-color theme_button_foreground_active_insensitive_breeze #585a60;
|
||||
@define-color theme_button_foreground_backdrop_breeze #c3c7d1;
|
||||
@define-color theme_button_foreground_backdrop_insensitive_breeze #5f646c;
|
||||
@define-color theme_button_foreground_insensitive_breeze #5f646c;
|
||||
@define-color theme_button_foreground_normal_breeze #c3c7d1;
|
||||
@define-color theme_fg_color_breeze #d3dae3;
|
||||
@define-color theme_header_background_backdrop_breeze #1c1c21;
|
||||
@define-color theme_header_background_breeze #1c1c21;
|
||||
@define-color theme_header_background_light_breeze #1c1c21;
|
||||
@define-color theme_header_foreground_backdrop_breeze #d3dae3;
|
||||
@define-color theme_header_foreground_breeze #d3dae3;
|
||||
@define-color theme_header_foreground_insensitive_backdrop_breeze #d3dae3;
|
||||
@define-color theme_header_foreground_insensitive_breeze #d3dae3;
|
||||
@define-color theme_hovering_selected_bg_color_breeze #0072ff;
|
||||
@define-color theme_selected_bg_color_breeze #0072ff;
|
||||
@define-color theme_selected_fg_color_breeze #fefefe;
|
||||
@define-color theme_text_color_breeze #d3dae3;
|
||||
@define-color theme_titlebar_background_backdrop_breeze #2f343f;
|
||||
@define-color theme_titlebar_background_breeze #2f343f;
|
||||
@define-color theme_titlebar_background_light_breeze #1c1c21;
|
||||
@define-color theme_titlebar_foreground_backdrop_breeze #666a73;
|
||||
@define-color theme_titlebar_foreground_breeze #d3dae3;
|
||||
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #666a73;
|
||||
@define-color theme_titlebar_foreground_insensitive_breeze #666a73;
|
||||
@define-color theme_unfocused_base_color_breeze #101013;
|
||||
@define-color theme_unfocused_bg_color_breeze #1c1c21;
|
||||
@define-color theme_unfocused_fg_color_breeze #d3dae3;
|
||||
@define-color theme_unfocused_selected_bg_color_alt_breeze #063065;
|
||||
@define-color theme_unfocused_selected_bg_color_breeze #063065;
|
||||
@define-color theme_unfocused_selected_fg_color_breeze #d3dae3;
|
||||
@define-color theme_unfocused_text_color_breeze #d3dae3;
|
||||
@define-color theme_unfocused_view_bg_color_breeze #0f0f12;
|
||||
@define-color theme_unfocused_view_text_color_breeze #505358;
|
||||
@define-color theme_view_active_decoration_color_breeze #0072ff;
|
||||
@define-color theme_view_hover_decoration_color_breeze #0072ff;
|
||||
@define-color tooltip_background_breeze #353945;
|
||||
@define-color tooltip_border_breeze #5d616d;
|
||||
@define-color tooltip_text_breeze #d3dae3;
|
||||
@define-color unfocused_borders_breeze #4a4c52;
|
||||
@define-color unfocused_insensitive_borders_breeze #2a2b30;
|
||||
@define-color warning_color_backdrop_breeze #ff6a00;
|
||||
@define-color warning_color_breeze #ff6a00;
|
||||
@define-color warning_color_insensitive_backdrop_breeze #5f2d0c;
|
||||
@define-color warning_color_insensitive_breeze #5f2d0c;
|
@ -0,0 +1 @@
|
||||
@import 'colors.css';
|
@ -0,0 +1,15 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-button-images=true
|
||||
gtk-cursor-theme-name=Sweet-cursors
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-font-name=Noto Sans, 11
|
||||
gtk-icon-theme-name=candy-icons
|
||||
gtk-menu-images=true
|
||||
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||
gtk-primary-button-warps-slider=false
|
||||
gtk-theme-name=Breeze
|
||||
gtk-toolbar-style=3
|
||||
gtk-xft-dpi=98304
|
@ -0,0 +1,71 @@
|
||||
headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
|
||||
background-image: url("assets/close-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
|
||||
background-image: url("assets/close-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
|
||||
background-image: url("assets/close-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
|
||||
background-image: url("assets/close-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover {
|
||||
background-image: url("assets/close-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active {
|
||||
background-image: url("assets/close-backdrop-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
|
||||
background-image: url("assets/maximize-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
|
||||
background-image: url("assets/maximize-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
|
||||
background-image: url("assets/maximize-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
|
||||
background-image: url("assets/maximize-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop:hover, .titlebar button.titlebutton.maximize:backdrop:hover {
|
||||
background-image: url("assets/maximize-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop:active, .titlebar button.titlebutton.maximize:backdrop:active {
|
||||
background-image: url("assets/maximize-backdrop-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
|
||||
background-image: url("assets/minimize-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
|
||||
background-image: url("assets/minimize-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
|
||||
background-image: url("assets/minimize-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
|
||||
background-image: url("assets/minimize-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop:hover, .titlebar button.titlebutton.minimize:backdrop:hover {
|
||||
background-image: url("assets/minimize-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop:active, .titlebar button.titlebutton.minimize:backdrop:active {
|
||||
background-image: url("assets/minimize-backdrop-active.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
|
||||
background-image: url("assets/maximized-normal.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
|
||||
background-image: url("assets/maximized-hover.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
|
||||
background-image: url("assets/maximized-active.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
|
||||
background-image: url("assets/maximized-backdrop-normal.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
|
||||
background-image: url("assets/maximized-backdrop-hover.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop:active, .maximized .titlebar button.titlebutton.maximize:backdrop:active {
|
||||
background-image: url("assets/maximized-backdrop-active.svg"); }
|
@ -0,0 +1,84 @@
|
||||
@define-color borders_breeze #4a4c52;
|
||||
@define-color content_view_bg_breeze #101013;
|
||||
@define-color error_color_backdrop_breeze #ed254e;
|
||||
@define-color error_color_breeze #ed254e;
|
||||
@define-color error_color_insensitive_backdrop_breeze #591626;
|
||||
@define-color error_color_insensitive_breeze #591626;
|
||||
@define-color insensitive_base_color_breeze #0f0f12;
|
||||
@define-color insensitive_base_fg_color_breeze #505358;
|
||||
@define-color insensitive_bg_color_breeze #1b1b1f;
|
||||
@define-color insensitive_borders_breeze #2a2b30;
|
||||
@define-color insensitive_fg_color_breeze #585a60;
|
||||
@define-color insensitive_selected_bg_color_breeze #1b1b1f;
|
||||
@define-color insensitive_selected_fg_color_breeze #585a60;
|
||||
@define-color insensitive_unfocused_bg_color_breeze #1b1b1f;
|
||||
@define-color insensitive_unfocused_fg_color_breeze #585a60;
|
||||
@define-color insensitive_unfocused_selected_bg_color_breeze #1b1b1f;
|
||||
@define-color insensitive_unfocused_selected_fg_color_breeze #585a60;
|
||||
@define-color link_color_breeze #5294e2;
|
||||
@define-color link_visited_color_breeze #7cb7ff;
|
||||
@define-color success_color_backdrop_breeze #71f79f;
|
||||
@define-color success_color_breeze #71f79f;
|
||||
@define-color success_color_insensitive_backdrop_breeze #305c41;
|
||||
@define-color success_color_insensitive_breeze #305c41;
|
||||
@define-color theme_base_color_breeze #101013;
|
||||
@define-color theme_bg_color_breeze #1c1c21;
|
||||
@define-color theme_button_background_backdrop_breeze #31363d;
|
||||
@define-color theme_button_background_backdrop_insensitive_breeze #2f333a;
|
||||
@define-color theme_button_background_insensitive_breeze #2f333a;
|
||||
@define-color theme_button_background_normal_breeze #31363d;
|
||||
@define-color theme_button_decoration_focus_backdrop_breeze #0072ff;
|
||||
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #1e477b;
|
||||
@define-color theme_button_decoration_focus_breeze #0072ff;
|
||||
@define-color theme_button_decoration_focus_insensitive_breeze #1e477b;
|
||||
@define-color theme_button_decoration_hover_backdrop_breeze #0072ff;
|
||||
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #1e477b;
|
||||
@define-color theme_button_decoration_hover_breeze #0072ff;
|
||||
@define-color theme_button_decoration_hover_insensitive_breeze #1e477b;
|
||||
@define-color theme_button_foreground_active_backdrop_breeze #d3dae3;
|
||||
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #585a60;
|
||||
@define-color theme_button_foreground_active_breeze #fefefe;
|
||||
@define-color theme_button_foreground_active_insensitive_breeze #585a60;
|
||||
@define-color theme_button_foreground_backdrop_breeze #c3c7d1;
|
||||
@define-color theme_button_foreground_backdrop_insensitive_breeze #5f646c;
|
||||
@define-color theme_button_foreground_insensitive_breeze #5f646c;
|
||||
@define-color theme_button_foreground_normal_breeze #c3c7d1;
|
||||
@define-color theme_fg_color_breeze #d3dae3;
|
||||
@define-color theme_header_background_backdrop_breeze #1c1c21;
|
||||
@define-color theme_header_background_breeze #1c1c21;
|
||||
@define-color theme_header_background_light_breeze #1c1c21;
|
||||
@define-color theme_header_foreground_backdrop_breeze #d3dae3;
|
||||
@define-color theme_header_foreground_breeze #d3dae3;
|
||||
@define-color theme_header_foreground_insensitive_backdrop_breeze #d3dae3;
|
||||
@define-color theme_header_foreground_insensitive_breeze #d3dae3;
|
||||
@define-color theme_hovering_selected_bg_color_breeze #0072ff;
|
||||
@define-color theme_selected_bg_color_breeze #0072ff;
|
||||
@define-color theme_selected_fg_color_breeze #fefefe;
|
||||
@define-color theme_text_color_breeze #d3dae3;
|
||||
@define-color theme_titlebar_background_backdrop_breeze #2f343f;
|
||||
@define-color theme_titlebar_background_breeze #2f343f;
|
||||
@define-color theme_titlebar_background_light_breeze #1c1c21;
|
||||
@define-color theme_titlebar_foreground_backdrop_breeze #666a73;
|
||||
@define-color theme_titlebar_foreground_breeze #d3dae3;
|
||||
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #666a73;
|
||||
@define-color theme_titlebar_foreground_insensitive_breeze #666a73;
|
||||
@define-color theme_unfocused_base_color_breeze #101013;
|
||||
@define-color theme_unfocused_bg_color_breeze #1c1c21;
|
||||
@define-color theme_unfocused_fg_color_breeze #d3dae3;
|
||||
@define-color theme_unfocused_selected_bg_color_alt_breeze #063065;
|
||||
@define-color theme_unfocused_selected_bg_color_breeze #063065;
|
||||
@define-color theme_unfocused_selected_fg_color_breeze #d3dae3;
|
||||
@define-color theme_unfocused_text_color_breeze #d3dae3;
|
||||
@define-color theme_unfocused_view_bg_color_breeze #0f0f12;
|
||||
@define-color theme_unfocused_view_text_color_breeze #505358;
|
||||
@define-color theme_view_active_decoration_color_breeze #0072ff;
|
||||
@define-color theme_view_hover_decoration_color_breeze #0072ff;
|
||||
@define-color tooltip_background_breeze #353945;
|
||||
@define-color tooltip_border_breeze #5d616d;
|
||||
@define-color tooltip_text_breeze #d3dae3;
|
||||
@define-color unfocused_borders_breeze #4a4c52;
|
||||
@define-color unfocused_insensitive_borders_breeze #2a2b30;
|
||||
@define-color warning_color_backdrop_breeze #ff6a00;
|
||||
@define-color warning_color_breeze #ff6a00;
|
||||
@define-color warning_color_insensitive_backdrop_breeze #5f2d0c;
|
||||
@define-color warning_color_insensitive_breeze #5f2d0c;
|
@ -0,0 +1 @@
|
||||
@import 'colors.css';
|
@ -0,0 +1,12 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-cursor-theme-name=Sweet-cursors
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-font-name=Noto Sans, 11
|
||||
gtk-icon-theme-name=candy-icons
|
||||
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||
gtk-primary-button-warps-slider=false
|
||||
gtk-theme-name=Breeze
|
||||
gtk-xft-dpi=98304
|
@ -0,0 +1,71 @@
|
||||
headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
|
||||
background-image: url("assets/close-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
|
||||
background-image: url("assets/close-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
|
||||
background-image: url("assets/close-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
|
||||
background-image: url("assets/close-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover {
|
||||
background-image: url("assets/close-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active {
|
||||
background-image: url("assets/close-backdrop-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
|
||||
background-image: url("assets/maximize-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
|
||||
background-image: url("assets/maximize-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
|
||||
background-image: url("assets/maximize-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
|
||||
background-image: url("assets/maximize-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop:hover, .titlebar button.titlebutton.maximize:backdrop:hover {
|
||||
background-image: url("assets/maximize-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop:active, .titlebar button.titlebutton.maximize:backdrop:active {
|
||||
background-image: url("assets/maximize-backdrop-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
|
||||
background-image: url("assets/minimize-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
|
||||
background-image: url("assets/minimize-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
|
||||
background-image: url("assets/minimize-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
|
||||
background-image: url("assets/minimize-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop:hover, .titlebar button.titlebutton.minimize:backdrop:hover {
|
||||
background-image: url("assets/minimize-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop:active, .titlebar button.titlebutton.minimize:backdrop:active {
|
||||
background-image: url("assets/minimize-backdrop-active.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
|
||||
background-image: url("assets/maximized-normal.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
|
||||
background-image: url("assets/maximized-hover.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
|
||||
background-image: url("assets/maximized-active.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
|
||||
background-image: url("assets/maximized-backdrop-normal.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
|
||||
background-image: url("assets/maximized-backdrop-hover.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop:active, .maximized .titlebar button.titlebutton.maximize:backdrop:active {
|
||||
background-image: url("assets/maximized-backdrop-active.svg"); }
|
2
.config/konsave/profiles/laptop-kde/configs/gtkrc
Normal file
@ -0,0 +1,2 @@
|
||||
# created by KDE Plasma, Wed Aug 20 15:01:07 2025
|
||||
#
|
5
.config/konsave/profiles/laptop-kde/configs/gtkrc-2.0
Normal file
@ -0,0 +1,5 @@
|
||||
# created by KDE Plasma, Wed Aug 20 15:01:07 2025
|
||||
#
|
||||
|
||||
gtk-alternative-button-order = 1
|
||||
|
132
.config/konsave/profiles/laptop-kde/configs/katerc
Normal file
@ -0,0 +1,132 @@
|
||||
[General]
|
||||
Days Meta Infos=30
|
||||
Save Meta Infos=true
|
||||
Show Full Path in Title=false
|
||||
Show Menu Bar=true
|
||||
Show Status Bar=true
|
||||
Show Tab Bar=true
|
||||
Show Url Nav Bar=true
|
||||
|
||||
[KTextEditor Document]
|
||||
Allow End of Line Detection=true
|
||||
Auto Detect Indent=true
|
||||
Auto Reload If State Is In Version Control=true
|
||||
Auto Save=false
|
||||
Auto Save Interval=0
|
||||
Auto Save On Focus Out=false
|
||||
BOM=false
|
||||
Backup Local=false
|
||||
Backup Prefix=
|
||||
Backup Remote=false
|
||||
Backup Suffix=~
|
||||
Camel Cursor=true
|
||||
Encoding=UTF-8
|
||||
End of Line=0
|
||||
Indent On Backspace=true
|
||||
Indent On Tab=true
|
||||
Indent On Text Paste=false
|
||||
Indentation Mode=normal
|
||||
Indentation Width=4
|
||||
Keep Extra Spaces=false
|
||||
Line Length Limit=10000
|
||||
Newline at End of File=true
|
||||
On-The-Fly Spellcheck=false
|
||||
Overwrite Mode=false
|
||||
PageUp/PageDown Moves Cursor=false
|
||||
Remove Spaces=1
|
||||
ReplaceTabsDyn=true
|
||||
Show Spaces=0
|
||||
Show Tabs=true
|
||||
Smart Home=true
|
||||
Swap Directory=
|
||||
Swap File Mode=1
|
||||
Swap Sync Interval=15
|
||||
Tab Handling=2
|
||||
Tab Width=4
|
||||
Trailing Marker Size=1
|
||||
Word Wrap=false
|
||||
Word Wrap Column=80
|
||||
|
||||
[KTextEditor Editor]
|
||||
Encoding Prober Type=1
|
||||
Fallback Encoding=ISO 8859-15
|
||||
|
||||
[KTextEditor Renderer]
|
||||
Animate Bracket Matching=false
|
||||
Auto Color Theme Selection=true
|
||||
Color Theme=Breeze Dark
|
||||
Font=Hack,10,-1,7,50,0,0,0,0,0
|
||||
Line Height Multiplier=1
|
||||
Show Indentation Lines=false
|
||||
Show Whole Bracket Expression=false
|
||||
Word Wrap Marker=false
|
||||
|
||||
[KTextEditor View]
|
||||
Allow Mark Menu=true
|
||||
Auto Brackets=true
|
||||
Auto Center Lines=0
|
||||
Auto Completion=true
|
||||
Auto Completion Preselect First Entry=true
|
||||
Backspace Remove Composed Characters=false
|
||||
Bookmark Menu Sorting=0
|
||||
Bracket Match Preview=false
|
||||
Chars To Enclose Selection=<>(){}[]'"
|
||||
Default Mark Type=1
|
||||
Dynamic Word Wrap=true
|
||||
Dynamic Word Wrap Align Indent=80
|
||||
Dynamic Word Wrap At Static Marker=false
|
||||
Dynamic Word Wrap Indicators=1
|
||||
Dynamic Wrap not at word boundaries=false
|
||||
Enable Tab completion=false
|
||||
Fold First Line=false
|
||||
Folding Bar=true
|
||||
Folding Preview=true
|
||||
Icon Bar=false
|
||||
Input Mode=0
|
||||
Keyword Completion=true
|
||||
Line Modification=true
|
||||
Line Numbers=true
|
||||
Max Clipboard History Entries=20
|
||||
Maximum Search History Size=100
|
||||
Mouse Paste At Cursor Position=false
|
||||
Multiple Cursor Modifier=134217728
|
||||
Persistent Selection=false
|
||||
Scroll Bar Marks=false
|
||||
Scroll Bar Mini Map All=true
|
||||
Scroll Bar Mini Map Width=60
|
||||
Scroll Bar MiniMap=true
|
||||
Scroll Bar Preview=true
|
||||
Scroll Past End=false
|
||||
Search/Replace Flags=140
|
||||
Shoe Line Ending Type in Statusbar=false
|
||||
Show Documentation With Completion=true
|
||||
Show File Encoding=true
|
||||
Show Focus Frame Around Editor=true
|
||||
Show Folding Icons On Hover Only=true
|
||||
Show Line Count=false
|
||||
Show Scrollbars=0
|
||||
Show Statusbar Dictionary=true
|
||||
Show Statusbar Highlighting Mode=true
|
||||
Show Statusbar Input Mode=true
|
||||
Show Statusbar Line Column=true
|
||||
Show Statusbar Tab Settings=true
|
||||
Show Word Count=false
|
||||
Smart Copy Cut=true
|
||||
Statusbar Line Column Compact Mode=true
|
||||
Text Drag And Drop=true
|
||||
User Sets Of Chars To Enclose Selection=
|
||||
Vi Input Mode Steal Keys=false
|
||||
Vi Relative Line Numbers=false
|
||||
Word Completion=true
|
||||
Word Completion Minimal Word Length=3
|
||||
Word Completion Remove Tail=true
|
||||
|
||||
[filetree]
|
||||
editShade=183,220,246
|
||||
listMode=false
|
||||
shadingEnabled=true
|
||||
showCloseButton=false
|
||||
showFullPathOnRoots=false
|
||||
showToolbar=true
|
||||
sortRole=0
|
||||
viewShade=211,190,222
|
16
.config/konsave/profiles/laptop-kde/configs/kcminputrc
Normal file
@ -0,0 +1,16 @@
|
||||
[$Version]
|
||||
update_info=delete_cursor_old_default_size.upd:DeleteCursorOldDefaultSize,kcminputrc_fix_botched_5_21_0.upd:kcminputrc_fix_botched_5_21_0_pre,kcminputrc_fix_botched_5_21_0.upd:kcminputrc_fix_botched_5_21_0,kcminputrc_repeat.upd:kcminputrc_migrate_key_repeat
|
||||
|
||||
[Keyboard]
|
||||
NumLock=0
|
||||
|
||||
[Libinput][2362][569][PIXA3854:00 093A:0239 Touchpad]
|
||||
ClickMethod=2
|
||||
TapDragLock=true
|
||||
TapToClick=true
|
||||
|
||||
[Mouse]
|
||||
X11LibInputXAccelProfileFlat=false
|
||||
|
||||
[Tmp]
|
||||
update_info=delete_cursor_old_default_size.upd:DeleteCursorOldDefaultSize
|
143
.config/konsave/profiles/laptop-kde/configs/kdeglobals
Normal file
@ -0,0 +1,143 @@
|
||||
[$Version]
|
||||
update_info=filepicker.upd:filepicker-remove-old-previews-entry,fonts_global.upd:Fonts_Global,fonts_global_toolbar.upd:Fonts_Global_Toolbar,icons_remove_effects.upd:IconsRemoveEffects,kwin.upd:animation-speed,style_widgetstyle_default_breeze.upd:StyleWidgetStyleDefaultBreeze
|
||||
|
||||
[ColorEffects:Disabled]
|
||||
ChangeSelectionColor=
|
||||
Color=56,56,56
|
||||
ColorAmount=0
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.65
|
||||
ContrastEffect=1
|
||||
Enable=
|
||||
IntensityAmount=0.1
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=0.025000000000000001
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.10000000000000001
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=64,69,82
|
||||
BackgroundNormal=49,54,61
|
||||
DecorationFocus=0,114,255
|
||||
DecorationHover=0,114,255
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=195,199,209
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=82,148,226
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=29,153,243
|
||||
BackgroundNormal=0,114,255
|
||||
DecorationFocus=0,114,255
|
||||
DecorationHover=0,114,255
|
||||
ForegroundActive=252,252,252
|
||||
ForegroundInactive=211,218,227
|
||||
ForegroundLink=253,188,75
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=254,254,254
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=189,195,199
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=47,52,63
|
||||
BackgroundNormal=53,57,69
|
||||
DecorationFocus=0,114,255
|
||||
DecorationHover=0,114,255
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=82,148,226
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=31,35,51
|
||||
BackgroundNormal=16,16,19
|
||||
DecorationFocus=0,114,255
|
||||
DecorationHover=0,114,255
|
||||
ForegroundActive=0,193,228
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=82,148,226
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=124,183,255
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=47,52,63
|
||||
BackgroundNormal=28,28,33
|
||||
DecorationFocus=0,114,255
|
||||
DecorationHover=0,114,255
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=179,13,191
|
||||
|
||||
[DirSelect Dialog]
|
||||
DirSelectDialog Size=845,578
|
||||
|
||||
[General]
|
||||
BrowserApplication=firefox-esr.desktop
|
||||
ColorScheme=SweetAmbarBlue
|
||||
ColorSchemeHash=f6df0e9f12a4783afd65d81532865d4d86848c5e
|
||||
TerminalApplication=alacritty
|
||||
TerminalService=alacritty-AM.desktop
|
||||
XftSubPixel=none
|
||||
fixed=Inconsolata,11,-1,5,57,0,0,0,0,0,Medium
|
||||
font=Noto Sans,11,-1,5,50,0,0,0,0,0
|
||||
menuFont=Noto Sans,11,-1,5,50,0,0,0,0,0
|
||||
smallestReadableFont=Noto Sans,9,-1,5,50,0,0,0,0,0
|
||||
toolBarFont=Noto Sans,11,-1,5,50,0,0,0,0,0
|
||||
|
||||
[KDE]
|
||||
LookAndFeelPackage=Sweet-Ambar-Blue
|
||||
widgetStyle=Oxygen
|
||||
|
||||
[KFileDialog Settings]
|
||||
Allow Expansion=false
|
||||
Automatically select filename extension=true
|
||||
Breadcrumb Navigation=true
|
||||
Decoration position=2
|
||||
LocationCombo Completionmode=5
|
||||
PathCombo Completionmode=5
|
||||
Show Bookmarks=false
|
||||
Show Full Path=false
|
||||
Show Inline Previews=true
|
||||
Show Preview=false
|
||||
Show Speedbar=true
|
||||
Show hidden files=true
|
||||
Sort by=Name
|
||||
Sort directories first=true
|
||||
Sort hidden files last=false
|
||||
Sort reversed=false
|
||||
Speedbar Width=154
|
||||
View Style=DetailTree
|
||||
|
||||
[WM]
|
||||
activeBackground=47,52,63
|
||||
activeBlend=47,52,63
|
||||
activeFont=Noto Sans,11,-1,5,50,0,0,0,0,0
|
||||
activeForeground=211,218,227
|
||||
inactiveBackground=47,52,63
|
||||
inactiveBlend=47,52,63
|
||||
inactiveForeground=102,106,115
|
322
.config/konsave/profiles/laptop-kde/configs/kglobalshortcutsrc
Normal file
@ -0,0 +1,322 @@
|
||||
[ActivityManager]
|
||||
_k_friendly_name=Activity Manager
|
||||
switch-to-activity-09e50951-6a17-4dca-8490-891d4b1f1a7b=none,none,Switch to activity "Messaging"
|
||||
switch-to-activity-9763face-6a83-4162-9250-00df5eadcbe6=none,none,Switch to activity "Game"
|
||||
switch-to-activity-b8cde0cc-78c3-4951-962c-b2fc6e340ff6=none,none,Switch to activity "Default"
|
||||
|
||||
[KDE Keyboard Layout Switcher]
|
||||
Switch to Next Keyboard Layout=Meta+Alt+K,Meta+Alt+K,Switch to Next Keyboard Layout
|
||||
_k_friendly_name=Keyboard Layout Switcher
|
||||
|
||||
[alacritty-AM.desktop]
|
||||
New=Meta+Return,none,New Terminal
|
||||
_k_friendly_name=Alacritty
|
||||
_launch=none,none,Alacritty
|
||||
|
||||
[kaccess]
|
||||
Toggle Screen Reader On and Off=Meta+Alt+S,Meta+Alt+S,Toggle Screen Reader On and Off
|
||||
_k_friendly_name=Accessibility
|
||||
|
||||
[kcm_touchpad]
|
||||
Disable Touchpad=Touchpad Off,Touchpad Off,Disable Touchpad
|
||||
Enable Touchpad=Touchpad On,Touchpad On,Enable Touchpad
|
||||
Toggle Touchpad=Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,Touchpad Toggle,Toggle Touchpad
|
||||
_k_friendly_name=Touchpad
|
||||
|
||||
[kded5]
|
||||
Show System Activity=Ctrl+Esc,Ctrl+Esc,Show System Activity
|
||||
_k_friendly_name=KDE Daemon
|
||||
display=Display\tMeta+P,Display\tMeta+P,Switch Display
|
||||
|
||||
[khotkeys]
|
||||
_k_friendly_name=Custom Shortcuts Service
|
||||
{0fc0cfdf-b4f2-4dc0-b1af-c779fea9cace}=,none,New Action
|
||||
{1d2a0200-07fb-4a21-89cc-945241fdfbf9}=none,none,Rotate Down
|
||||
{605975d3-a3fa-41ce-8a30-655e6302cf87}=none,none,Rotate Left
|
||||
{9d07f6e6-e52c-45f0-860e-8743a1e30b7d}=,none,New Action
|
||||
{aaecd1c5-62e0-4900-9485-d0320b15291b}=none,none,Rotate Right
|
||||
{c01c9ab3-f2ea-43a2-8470-f0e987283b91}=none,none,Rotate Up
|
||||
{d03619b6-9b3c-48cc-9d9c-a2aadb485550}=none,none,Search
|
||||
|
||||
[kmix]
|
||||
_k_friendly_name=Audio Volume
|
||||
decrease_microphone_volume=Microphone Volume Down,Microphone Volume Down,Decrease Microphone Volume
|
||||
decrease_volume=Volume Down,Volume Down,Decrease Volume
|
||||
increase_microphone_volume=Microphone Volume Up,Microphone Volume Up,Increase Microphone Volume
|
||||
increase_volume=Volume Up,Volume Up,Increase Volume
|
||||
mic_mute=Microphone Mute\tMeta+Volume Mute,Microphone Mute\tMeta+Volume Mute,Mute Microphone
|
||||
mute=Volume Mute,Volume Mute,Mute
|
||||
|
||||
[kscreen-doctor-2.desktop]
|
||||
_k_friendly_name=kscreen-doctor output.eDP-1.rotation.normal
|
||||
_launch=Meta+Ctrl+Down,none,kscreen-doctor output.eDP-1.rotation.normal
|
||||
|
||||
[kscreen-doctor-3.desktop]
|
||||
_k_friendly_name=kscreen-doctor output.eDP-1.rotation.left
|
||||
_launch=Meta+Ctrl+Left,none,kscreen-doctor output.eDP-1.rotation.left
|
||||
|
||||
[kscreen-doctor-4.desktop]
|
||||
_k_friendly_name=kscreen-doctor output.eDP-1.rotation.inverted
|
||||
_launch=Meta+Ctrl+Up,none,kscreen-doctor output.eDP-1.rotation.inverted
|
||||
|
||||
[kscreen-doctor.desktop]
|
||||
_k_friendly_name=kscreen-doctor output.eDP-1.rotation.right
|
||||
_launch=Meta+Ctrl+Right,none,kscreen-doctor output.eDP-1.rotation.right
|
||||
|
||||
[ksmserver]
|
||||
Halt Without Confirmation=none,,Halt Without Confirmation
|
||||
Lock Session=Meta+L\tScreensaver,Meta+L\tScreensaver,Lock Session
|
||||
Log Out=Ctrl+Alt+Del,Ctrl+Alt+Del,Log Out
|
||||
Log Out Without Confirmation=none,,Log Out Without Confirmation
|
||||
Reboot Without Confirmation=none,,Reboot Without Confirmation
|
||||
_k_friendly_name=Session Management
|
||||
|
||||
[kwin]
|
||||
Activate Window Demanding Attention=Meta+Ctrl+A,Meta+Ctrl+A,Activate Window Demanding Attention
|
||||
Decrease Opacity=none,,Decrease Opacity of Active Window by 5%
|
||||
Edit Tiles=Meta+T,Meta+T,Toggle Tiles Editor
|
||||
Expose=Ctrl+F9,Ctrl+F9,Toggle Present Windows (Current desktop)
|
||||
ExposeAll=Ctrl+F10\tLaunch (C),Ctrl+F10\tLaunch (C),Toggle Present Windows (All desktops)
|
||||
ExposeClass=Ctrl+F7,Ctrl+F7,Toggle Present Windows (Window class)
|
||||
ExposeClassCurrentDesktop=none,none,Toggle Present Windows (Window class on current desktop)
|
||||
Increase Opacity=none,,Increase Opacity of Active Window by 5%
|
||||
Kill Window=Meta+Ctrl+Esc,Meta+Ctrl+Esc,Kill Window
|
||||
Move Tablet to Next Output=none,none,Move the tablet to the next output
|
||||
MoveMouseToCenter=Meta+F6,Meta+F6,Move Mouse to Center
|
||||
MoveMouseToFocus=Meta+F5,Meta+F5,Move Mouse to Focus
|
||||
MoveZoomDown=none,none,Move Zoomed Area Downwards
|
||||
MoveZoomLeft=none,none,Move Zoomed Area to Left
|
||||
MoveZoomRight=none,none,Move Zoomed Area to Right
|
||||
MoveZoomUp=none,none,Move Zoomed Area Upwards
|
||||
Overview=Meta+W,Meta+W,Toggle Overview
|
||||
Setup Window Shortcut=none,,Setup Window Shortcut
|
||||
Show Desktop=Meta+D,Meta+D,Peek at Desktop
|
||||
ShowDesktopGrid=Meta+F8,Meta+F8,Show Desktop Grid
|
||||
Suspend Compositing=Alt+Shift+F12,Alt+Shift+F12,Suspend Compositing
|
||||
Switch One Desktop Down=none,Meta+Ctrl+Down,Switch One Desktop Down
|
||||
Switch One Desktop Up=none,Meta+Ctrl+Up,Switch One Desktop Up
|
||||
Switch One Desktop to the Left=none,Meta+Ctrl+Left,Switch One Desktop to the Left
|
||||
Switch One Desktop to the Right=none,Meta+Ctrl+Right,Switch One Desktop to the Right
|
||||
Switch Window Down=Meta+Alt+Down,Meta+Alt+Down,Switch to Window Below
|
||||
Switch Window Left=Meta+Alt+Left,Meta+Alt+Left,Switch to Window to the Left
|
||||
Switch Window Right=Meta+Alt+Right,Meta+Alt+Right,Switch to Window to the Right
|
||||
Switch Window Up=Meta+Alt+Up,Meta+Alt+Up,Switch to Window Above
|
||||
Switch to Desktop 1=Ctrl+F1,Ctrl+F1,Switch to Desktop 1
|
||||
Switch to Desktop 10=none,,Switch to Desktop 10
|
||||
Switch to Desktop 11=none,,Switch to Desktop 11
|
||||
Switch to Desktop 12=none,,Switch to Desktop 12
|
||||
Switch to Desktop 13=none,,Switch to Desktop 13
|
||||
Switch to Desktop 14=none,,Switch to Desktop 14
|
||||
Switch to Desktop 15=none,,Switch to Desktop 15
|
||||
Switch to Desktop 16=none,,Switch to Desktop 16
|
||||
Switch to Desktop 17=none,,Switch to Desktop 17
|
||||
Switch to Desktop 18=none,,Switch to Desktop 18
|
||||
Switch to Desktop 19=none,,Switch to Desktop 19
|
||||
Switch to Desktop 2=Ctrl+F2,Ctrl+F2,Switch to Desktop 2
|
||||
Switch to Desktop 20=none,,Switch to Desktop 20
|
||||
Switch to Desktop 3=Ctrl+F3,Ctrl+F3,Switch to Desktop 3
|
||||
Switch to Desktop 4=Ctrl+F4,Ctrl+F4,Switch to Desktop 4
|
||||
Switch to Desktop 5=none,,Switch to Desktop 5
|
||||
Switch to Desktop 6=none,,Switch to Desktop 6
|
||||
Switch to Desktop 7=none,,Switch to Desktop 7
|
||||
Switch to Desktop 8=none,,Switch to Desktop 8
|
||||
Switch to Desktop 9=none,,Switch to Desktop 9
|
||||
Switch to Next Desktop=none,,Switch to Next Desktop
|
||||
Switch to Next Screen=none,,Switch to Next Screen
|
||||
Switch to Previous Desktop=none,,Switch to Previous Desktop
|
||||
Switch to Previous Screen=none,,Switch to Previous Screen
|
||||
Switch to Screen 0=none,,Switch to Screen 0
|
||||
Switch to Screen 1=none,,Switch to Screen 1
|
||||
Switch to Screen 2=none,,Switch to Screen 2
|
||||
Switch to Screen 3=none,,Switch to Screen 3
|
||||
Switch to Screen 4=none,,Switch to Screen 4
|
||||
Switch to Screen 5=none,,Switch to Screen 5
|
||||
Switch to Screen 6=none,,Switch to Screen 6
|
||||
Switch to Screen 7=none,,Switch to Screen 7
|
||||
Switch to Screen Above=none,,Switch to Screen Above
|
||||
Switch to Screen Below=none,,Switch to Screen Below
|
||||
Switch to Screen to the Left=none,,Switch to Screen to the Left
|
||||
Switch to Screen to the Right=none,,Switch to Screen to the Right
|
||||
Toggle Night Color=none,none,Toggle Night Color
|
||||
Toggle Window Raise/Lower=none,,Toggle Window Raise/Lower
|
||||
Walk Through Desktop List=none,,Walk Through Desktop List
|
||||
Walk Through Desktop List (Reverse)=none,,Walk Through Desktop List (Reverse)
|
||||
Walk Through Desktops=none,,Walk Through Desktops
|
||||
Walk Through Desktops (Reverse)=none,,Walk Through Desktops (Reverse)
|
||||
Walk Through Windows=Alt+Tab,Alt+Tab,Walk Through Windows
|
||||
Walk Through Windows (Reverse)=Alt+Shift+Backtab,Alt+Shift+Backtab,Walk Through Windows (Reverse)
|
||||
Walk Through Windows Alternative=none,,Walk Through Windows Alternative
|
||||
Walk Through Windows Alternative (Reverse)=none,,Walk Through Windows Alternative (Reverse)
|
||||
Walk Through Windows of Current Application=Alt+`,Alt+`,Walk Through Windows of Current Application
|
||||
Walk Through Windows of Current Application (Reverse)=Alt+~,Alt+~,Walk Through Windows of Current Application (Reverse)
|
||||
Walk Through Windows of Current Application Alternative=none,,Walk Through Windows of Current Application Alternative
|
||||
Walk Through Windows of Current Application Alternative (Reverse)=none,,Walk Through Windows of Current Application Alternative (Reverse)
|
||||
Window Above Other Windows=none,,Keep Window Above Others
|
||||
Window Below Other Windows=none,,Keep Window Below Others
|
||||
Window Close=Alt+F4,Alt+F4,Close Window
|
||||
Window Fullscreen=none,,Make Window Fullscreen
|
||||
Window Grow Horizontal=none,,Expand Window Horizontally
|
||||
Window Grow Vertical=none,,Expand Window Vertically
|
||||
Window Lower=none,,Lower Window
|
||||
Window Maximize=Meta+PgUp,Meta+PgUp,Maximize Window
|
||||
Window Maximize Horizontal=none,,Maximize Window Horizontally
|
||||
Window Maximize Vertical=none,,Maximize Window Vertically
|
||||
Window Minimize=Meta+PgDown,Meta+PgDown,Minimize Window
|
||||
Window Move=none,,Move Window
|
||||
Window Move Center=none,,Move Window to the Center
|
||||
Window No Border=none,,Toggle Window Titlebar and Frame
|
||||
Window On All Desktops=none,,Keep Window on All Desktops
|
||||
Window One Desktop Down=Meta+Ctrl+Shift+Down,Meta+Ctrl+Shift+Down,Window One Desktop Down
|
||||
Window One Desktop Up=Meta+Ctrl+Shift+Up,Meta+Ctrl+Shift+Up,Window One Desktop Up
|
||||
Window One Desktop to the Left=Meta+Ctrl+Shift+Left,Meta+Ctrl+Shift+Left,Window One Desktop to the Left
|
||||
Window One Desktop to the Right=Meta+Ctrl+Shift+Right,Meta+Ctrl+Shift+Right,Window One Desktop to the Right
|
||||
Window One Screen Down=none,,Window One Screen Down
|
||||
Window One Screen Up=none,,Window One Screen Up
|
||||
Window One Screen to the Left=none,,Window One Screen to the Left
|
||||
Window One Screen to the Right=none,,Window One Screen to the Right
|
||||
Window Operations Menu=Alt+F3,Alt+F3,Window Operations Menu
|
||||
Window Pack Down=none,,Move Window Down
|
||||
Window Pack Left=none,,Move Window Left
|
||||
Window Pack Right=none,,Move Window Right
|
||||
Window Pack Up=none,,Move Window Up
|
||||
Window Quick Tile Bottom=Meta+Down,Meta+Down,Quick Tile Window to the Bottom
|
||||
Window Quick Tile Bottom Left=none,,Quick Tile Window to the Bottom Left
|
||||
Window Quick Tile Bottom Right=none,,Quick Tile Window to the Bottom Right
|
||||
Window Quick Tile Left=Meta+Left,Meta+Left,Quick Tile Window to the Left
|
||||
Window Quick Tile Right=Meta+Right,Meta+Right,Quick Tile Window to the Right
|
||||
Window Quick Tile Top=Meta+Up,Meta+Up,Quick Tile Window to the Top
|
||||
Window Quick Tile Top Left=none,,Quick Tile Window to the Top Left
|
||||
Window Quick Tile Top Right=none,,Quick Tile Window to the Top Right
|
||||
Window Raise=none,,Raise Window
|
||||
Window Resize=none,,Resize Window
|
||||
Window Shade=none,,Shade Window
|
||||
Window Shrink Horizontal=none,,Shrink Window Horizontally
|
||||
Window Shrink Vertical=none,,Shrink Window Vertically
|
||||
Window to Desktop 1=none,,Window to Desktop 1
|
||||
Window to Desktop 10=none,,Window to Desktop 10
|
||||
Window to Desktop 11=none,,Window to Desktop 11
|
||||
Window to Desktop 12=none,,Window to Desktop 12
|
||||
Window to Desktop 13=none,,Window to Desktop 13
|
||||
Window to Desktop 14=none,,Window to Desktop 14
|
||||
Window to Desktop 15=none,,Window to Desktop 15
|
||||
Window to Desktop 16=none,,Window to Desktop 16
|
||||
Window to Desktop 17=none,,Window to Desktop 17
|
||||
Window to Desktop 18=none,,Window to Desktop 18
|
||||
Window to Desktop 19=none,,Window to Desktop 19
|
||||
Window to Desktop 2=none,,Window to Desktop 2
|
||||
Window to Desktop 20=none,,Window to Desktop 20
|
||||
Window to Desktop 3=none,,Window to Desktop 3
|
||||
Window to Desktop 4=none,,Window to Desktop 4
|
||||
Window to Desktop 5=none,,Window to Desktop 5
|
||||
Window to Desktop 6=none,,Window to Desktop 6
|
||||
Window to Desktop 7=none,,Window to Desktop 7
|
||||
Window to Desktop 8=none,,Window to Desktop 8
|
||||
Window to Desktop 9=none,,Window to Desktop 9
|
||||
Window to Next Desktop=none,,Window to Next Desktop
|
||||
Window to Next Screen=Meta+Shift+Right,Meta+Shift+Right,Window to Next Screen
|
||||
Window to Previous Desktop=none,,Window to Previous Desktop
|
||||
Window to Previous Screen=Meta+Shift+Left,Meta+Shift+Left,Window to Previous Screen
|
||||
Window to Screen 0=none,,Window to Screen 0
|
||||
Window to Screen 1=none,,Window to Screen 1
|
||||
Window to Screen 2=none,,Window to Screen 2
|
||||
Window to Screen 3=none,,Window to Screen 3
|
||||
Window to Screen 4=none,,Window to Screen 4
|
||||
Window to Screen 5=none,,Window to Screen 5
|
||||
Window to Screen 6=none,,Window to Screen 6
|
||||
Window to Screen 7=none,,Window to Screen 7
|
||||
_k_friendly_name=KWin
|
||||
view_actual_size=Meta+0,Meta+0,Zoom to Actual Size
|
||||
view_zoom_in=Meta++\tMeta+=,Meta++,Zoom In
|
||||
view_zoom_out=Meta+-,Meta+-,Zoom Out
|
||||
|
||||
[mediacontrol]
|
||||
_k_friendly_name=Media Controller
|
||||
mediavolumedown=none,none,Media volume down
|
||||
mediavolumeup=none,none,Media volume up
|
||||
nextmedia=Media Next,Media Next,Media playback next
|
||||
pausemedia=Media Pause,Media Pause,Pause media playback
|
||||
playmedia=none,none,Play media playback
|
||||
playpausemedia=Media Play,Media Play,Play/Pause media playback
|
||||
previousmedia=Media Previous,Media Previous,Media playback previous
|
||||
stopmedia=Media Stop,Media Stop,Stop media playback
|
||||
|
||||
[org.kde.dolphin.desktop]
|
||||
_k_friendly_name=Dolphin
|
||||
_launch=Meta+E,Meta+E,Dolphin
|
||||
|
||||
[org.kde.kcalc.desktop]
|
||||
_k_friendly_name=KCalc
|
||||
_launch=Launch (1),Launch (1),KCalc
|
||||
|
||||
[org.kde.krunner.desktop]
|
||||
RunClipboard=Alt+Shift+F2,Alt+Shift+F2,Run command on clipboard contents
|
||||
_k_friendly_name=KRunner
|
||||
_launch=Alt+Space\tAlt+F2\tSearch,Alt+Space\tAlt+F2\tSearch,KRunner
|
||||
|
||||
[org.kde.plasma.emojier.desktop]
|
||||
_k_friendly_name=Emoji Selector
|
||||
_launch=Meta+.\tMeta+Ctrl+Alt+Shift+Space,Meta+.\tMeta+Ctrl+Alt+Shift+Space,Emoji Selector
|
||||
|
||||
[org.kde.spectacle.desktop]
|
||||
ActiveWindowScreenShot=Meta+Print,Meta+Print,Capture Active Window
|
||||
CurrentMonitorScreenShot=none,none,Capture Current Monitor
|
||||
FullScreenScreenShot=Shift+Print,Shift+Print,Capture Entire Desktop
|
||||
OpenWithoutScreenshot=none,none,Launch without taking a screenshot
|
||||
RectangularRegionScreenShot=Meta+Shift+Print,Meta+Shift+Print,Capture Rectangular Region
|
||||
WindowUnderCursorScreenShot=Meta+Ctrl+Print,Meta+Ctrl+Print,Capture Window Under Cursor
|
||||
_k_friendly_name=Spectacle
|
||||
_launch=Print,Print,Spectacle
|
||||
|
||||
[org_kde_powerdevil]
|
||||
Decrease Keyboard Brightness=Keyboard Brightness Down,Keyboard Brightness Down,Decrease Keyboard Brightness
|
||||
Decrease Screen Brightness=Monitor Brightness Down,Monitor Brightness Down,Decrease Screen Brightness
|
||||
Hibernate=Hibernate,Hibernate,Hibernate
|
||||
Increase Keyboard Brightness=Keyboard Brightness Up,Keyboard Brightness Up,Increase Keyboard Brightness
|
||||
Increase Screen Brightness=Monitor Brightness Up,Monitor Brightness Up,Increase Screen Brightness
|
||||
PowerDown=Power Down,Power Down,Power Down
|
||||
PowerOff=Power Off,Power Off,Power Off
|
||||
Sleep=Sleep,Sleep,Suspend
|
||||
Toggle Keyboard Backlight=Keyboard Light On/Off,Keyboard Light On/Off,Toggle Keyboard Backlight
|
||||
Turn Off Screen=none,none,Turn Off Screen
|
||||
_k_friendly_name=Power Management
|
||||
|
||||
[plasmashell]
|
||||
_k_friendly_name=Plasma
|
||||
activate task manager entry 1=Meta+1,Meta+1,Activate Task Manager Entry 1
|
||||
activate task manager entry 10=none,Meta+0,Activate Task Manager Entry 10
|
||||
activate task manager entry 2=Meta+2,Meta+2,Activate Task Manager Entry 2
|
||||
activate task manager entry 3=Meta+3,Meta+3,Activate Task Manager Entry 3
|
||||
activate task manager entry 4=Meta+4,Meta+4,Activate Task Manager Entry 4
|
||||
activate task manager entry 5=Meta+5,Meta+5,Activate Task Manager Entry 5
|
||||
activate task manager entry 6=Meta+6,Meta+6,Activate Task Manager Entry 6
|
||||
activate task manager entry 7=Meta+7,Meta+7,Activate Task Manager Entry 7
|
||||
activate task manager entry 8=Meta+8,Meta+8,Activate Task Manager Entry 8
|
||||
activate task manager entry 9=Meta+9,Meta+9,Activate Task Manager Entry 9
|
||||
activate widget 3=Alt+F1,none,Activate Application Launcher Widget
|
||||
activate widget 60=none,none,Activate Simple Application Launcher Widget
|
||||
clear-history=none,,Clear Clipboard History
|
||||
clipboard_action=Meta+Ctrl+X,Meta+Ctrl+X,Automatic Action Popup Menu
|
||||
cycle-panels=Meta+Alt+P,Meta+Alt+P,Move keyboard focus between panels
|
||||
cycleNextAction=none,,Next History Item
|
||||
cyclePrevAction=none,,Previous History Item
|
||||
edit_clipboard=none,,Edit Contents…
|
||||
manage activities=Meta+Q,Meta+Q,Show Activity Switcher
|
||||
next activity=Meta+Tab,Meta+Tab,Walk through activities
|
||||
previous activity=Meta+Shift+Tab,Meta+Shift+Tab,Walk through activities (Reverse)
|
||||
repeat_action=Meta+Ctrl+R,Meta+Ctrl+R,Manually Invoke Action on Current Clipboard
|
||||
show dashboard=Ctrl+F12,Ctrl+F12,Show Desktop
|
||||
show-barcode=none,,Show Barcode…
|
||||
show-on-mouse-pos=Meta+V,Meta+V,Show Items at Mouse Position
|
||||
stop current activity=Meta+S,Meta+S,Stop Current Activity
|
||||
switch to next activity=none,,Switch to Next Activity
|
||||
switch to previous activity=none,,Switch to Previous Activity
|
||||
toggle do not disturb=none,,Toggle do not disturb
|
||||
|
||||
[systemsettings.desktop]
|
||||
_k_friendly_name=System Settings
|
||||
_launch=Tools,Tools,System Settings
|
||||
kcm-kscreen=none,none,Display Configuration
|
||||
kcm-lookandfeel=none,none,Global Theme
|
||||
kcm-users=none,none,Users
|
||||
powerdevilprofilesconfig=none,none,Energy Saving
|
||||
screenlocker=none,none,Screen Locking
|
@ -1001,6 +1001,8 @@ History Items[$d]
|
||||
BrowserApplication[$d]
|
||||
ColorScheme[$d]
|
||||
ColorSchemeHash[$d]
|
||||
TerminalApplication[$d]
|
||||
TerminalService[$d]
|
||||
XftAntialias[$d]
|
||||
XftHintStyle[$d]
|
||||
XftSubPixel[$d]
|
18
.config/konsave/profiles/laptop-kde/configs/konsolerc
Normal file
@ -0,0 +1,18 @@
|
||||
[General]
|
||||
ConfigVersion=1
|
||||
|
||||
[MainWindow]
|
||||
1280x800 screen: Height=554
|
||||
1280x800 screen: Width=911
|
||||
1280x800 screen: Window-Maximized=true
|
||||
1600x1000 screen: Window-Maximized=true
|
||||
1920x1200 screen: Height=554
|
||||
1920x1200 screen: Width=911
|
||||
1920x1200 screen: XPosition=550
|
||||
1920x1200 screen: YPosition=386
|
||||
State=AAAA/wAAAAD9AAAAAQAAAAAAAAAAAAAAAPwCAAAAAvsAAAAiAFEAdQBpAGMAawBDAG8AbQBtAGEAbgBkAHMARABvAGMAawAAAAAA/////wAAAX4BAAAF+wAAABwAUwBTAEgATQBhAG4AYQBnAGUAcgBEAG8AYwBrAAAAAAD/////AAABGwEAAAUAAAOPAAAB4gAAAAQAAAAEAAAACAAAAAj8AAAAAQAAAAIAAAACAAAAFgBtAGEAaQBuAFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAAAAABwAcwBlAHMAcwBpAG8AbgBUAG8AbwBsAGIAYQByAQAAAOz/////AAAAAAAAAAA=
|
||||
ToolBarsMovable=Disabled
|
||||
eDP-1=eDP-1
|
||||
|
||||
[UiSettings]
|
||||
ColorScheme=
|
2
.config/konsave/profiles/laptop-kde/configs/krunnerrc
Normal file
@ -0,0 +1,2 @@
|
||||
[PlasmaRunnerManager]
|
||||
migrated=true
|
@ -0,0 +1,5 @@
|
||||
[$Version]
|
||||
update_info=kscreenlocker.upd:0.1-autolock
|
||||
|
||||
[Daemon]
|
||||
Autolock=false
|
53
.config/konsave/profiles/laptop-kde/configs/ksmserverrc
Normal file
@ -0,0 +1,53 @@
|
||||
[$Version]
|
||||
update_info=ksmserver_update_loginMode_value.upd:ksmserver_update_loginMode_value_default_enum
|
||||
|
||||
[LegacySession: saved at previous logout]
|
||||
clientMachine1=localhost
|
||||
command1=syncthing-gtk
|
||||
count=1
|
||||
|
||||
[Session: saved at previous logout]
|
||||
clientId1=10d9d3726d000175557677900000416870004
|
||||
clientId2=10d9d3726d000175557677900000416870008
|
||||
clientId3=10d9d3726d000175557678000000416870011
|
||||
clientId4=10d9d3726d000175557938000000416870028
|
||||
clientId5=10d9d3726d000175570185100000416870036
|
||||
clientId6=10d9d3726d000175570255400000416870037
|
||||
clientId7=10d9d3726d000175570573500000416870040
|
||||
clientId8=10d9d3726d000175570663600000416870042
|
||||
count=8
|
||||
discardCommand5[$e]=rm,$HOME/.config/session/dolphin_10d9d3726d000175570185100000416870036_1755710195_622051
|
||||
discardCommand6[$e]=rm,$HOME/.config/session/dolphin_10d9d3726d000175570255400000416870037_1755710195_621794
|
||||
discardCommand7[$e]=rm,$HOME/.config/session/dolphin_10d9d3726d000175570573500000416870040_1755710195_621972
|
||||
program1=/usr/bin/flameshot
|
||||
program2=/usr/bin/keepassxc
|
||||
program3=/usr/bin/kalendarac
|
||||
program4=firefox
|
||||
program5=/usr/bin/dolphin
|
||||
program6=/usr/bin/dolphin
|
||||
program7=dolphin
|
||||
program8=/usr/bin/kdeconnect-app
|
||||
restartCommand1=/usr/bin/flameshot,-session,10d9d3726d000175557677900000416870004_1755710195_621549
|
||||
restartCommand2=/usr/bin/keepassxc,-session,10d9d3726d000175557677900000416870008_1755710195_621559
|
||||
restartCommand3=/usr/bin/kalendarac,-session,10d9d3726d000175557678000000416870011_1755710195_621587
|
||||
restartCommand4=/usr/lib/firefox-esr/firefox-esr,--sm-client-id,10d9d3726d000175557938000000416870028
|
||||
restartCommand5=/usr/bin/dolphin,-session,10d9d3726d000175570185100000416870036_1755710195_622051
|
||||
restartCommand6=/usr/bin/dolphin,-session,10d9d3726d000175570255400000416870037_1755710195_621794
|
||||
restartCommand7=dolphin,-session,10d9d3726d000175570573500000416870040_1755710195_621972
|
||||
restartCommand8=/usr/bin/kdeconnect-app,-session,10d9d3726d000175570663600000416870042_1755710195_621791
|
||||
restartStyleHint1=0
|
||||
restartStyleHint2=0
|
||||
restartStyleHint3=0
|
||||
restartStyleHint4=0
|
||||
restartStyleHint5=0
|
||||
restartStyleHint6=0
|
||||
restartStyleHint7=0
|
||||
restartStyleHint8=0
|
||||
userId1=melissa
|
||||
userId2=melissa
|
||||
userId3=melissa
|
||||
userId4=melissa
|
||||
userId5=melissa
|
||||
userId6=melissa
|
||||
userId7=melissa
|
||||
userId8=melissa
|
23
.config/konsave/profiles/laptop-kde/configs/kwinrc
Normal file
@ -0,0 +1,23 @@
|
||||
[$Version]
|
||||
update_info=kwin.upd:replace-scalein-with-scale,kwin.upd:port-minimizeanimation-effect-to-js,kwin.upd:port-scale-effect-to-js,kwin.upd:port-dimscreen-effect-to-js,kwin.upd:auto-bordersize,kwin.upd:animation-speed,kwin.upd:desktop-grid-click-behavior,kwin.upd:no-swap-encourage,kwin.upd:make-translucency-effect-disabled-by-default,kwin.upd:remove-flip-switch-effect,kwin.upd:remove-cover-switch-effect,kwin.upd:remove-cubeslide-effect,kwin.upd:remove-xrender-backend,kwin.upd:enable-scale-effect-by-default,kwin.upd:overview-group-plugin-id,kwin.upd:animation-speed-cleanup,kwin.upd:replace-cascaded-zerocornered
|
||||
|
||||
[Desktops]
|
||||
Id_1=c3fcb1e0-89f0-4cb5-b1dd-eb8917bc6a90
|
||||
Number=1
|
||||
Rows=1
|
||||
|
||||
[Tiling]
|
||||
padding=4
|
||||
|
||||
[Tiling][0705bead-31eb-53e0-b8c3-09b36b77be96]
|
||||
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.5},{"width":0.5}]}
|
||||
|
||||
[Tiling][99727b82-4770-57e2-8782-7bcade40496d]
|
||||
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]}
|
||||
|
||||
[Wayland]
|
||||
InputMethod[$e]=/usr/share/applications/com.github.maliit.keyboard.desktop
|
||||
VirtualKeyboardEnabled=false
|
||||
|
||||
[Xwayland]
|
||||
Scale=1.2
|
2
.config/konsave/profiles/laptop-kde/configs/kwinrulesrc
Normal file
@ -0,0 +1,2 @@
|
||||
[$Version]
|
||||
update_info=kwinrules.upd:replace-placement-string-to-enum,kwinrules.upd:use-virtual-desktop-ids
|
@ -0,0 +1,310 @@
|
||||
[ActionPlugins][0]
|
||||
MiddleButton;NoModifier=org.kde.paste
|
||||
RightButton;NoModifier=org.kde.contextmenu
|
||||
wheel:Vertical;NoModifier=org.kde.switchdesktop
|
||||
|
||||
[ActionPlugins][1]
|
||||
RightButton;NoModifier=org.kde.contextmenu
|
||||
|
||||
[Containments][31]
|
||||
activityId=
|
||||
formfactor=2
|
||||
immutability=1
|
||||
lastScreen=0
|
||||
location=4
|
||||
plugin=org.kde.panel
|
||||
wallpaperplugin=org.kde.image
|
||||
|
||||
[Containments][31][Applets][34]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.panelspacer
|
||||
|
||||
[Containments][31][Applets][34][Configuration]
|
||||
PreloadWeight=42
|
||||
immutability=1
|
||||
|
||||
[Containments][31][Applets][34][Configuration][Configuration]
|
||||
PreloadWeight=0
|
||||
|
||||
[Containments][31][Applets][34][Configuration][Configuration][General]
|
||||
length=1108
|
||||
|
||||
[Containments][31][Applets][34][Configuration][General]
|
||||
length=1108
|
||||
|
||||
[Containments][31][Applets][35]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.systemtray
|
||||
|
||||
[Containments][31][Applets][35][Configuration]
|
||||
PreloadWeight=100
|
||||
SystrayContainmentId=36
|
||||
immutability=1
|
||||
|
||||
[Containments][31][Applets][35][Configuration][Configuration]
|
||||
PreloadWeight=0
|
||||
|
||||
[Containments][31][Applets][48]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.digitalclock
|
||||
|
||||
[Containments][31][Applets][48][Configuration]
|
||||
PreloadWeight=70
|
||||
immutability=1
|
||||
popupHeight=550
|
||||
popupWidth=484
|
||||
|
||||
[Containments][31][Applets][48][Configuration][Configuration]
|
||||
PreloadWeight=0
|
||||
|
||||
[Containments][31][Applets][53]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.showActivityManager
|
||||
|
||||
[Containments][31][Applets][53][Configuration][ConfigDialog]
|
||||
DialogHeight=660
|
||||
DialogWidth=880
|
||||
|
||||
[Containments][31][Applets][53][Configuration][General]
|
||||
showActivityName=false
|
||||
|
||||
[Containments][31][Applets][58]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.icontasks
|
||||
|
||||
[Containments][31][Applets][58][Configuration][ConfigDialog]
|
||||
DialogHeight=660
|
||||
DialogWidth=880
|
||||
|
||||
[Containments][31][Applets][58][Configuration][General]
|
||||
launchers=[b8cde0cc-78c3-4951-962c-b2fc6e340ff6]\napplications:firefox-esr.desktop,applications:systemsettings.desktop,[b8cde0cc-78c3-4951-962c-b2fc6e340ff6]\napplications:alacritty-AM.desktop,preferred://filemanager
|
||||
|
||||
[Containments][31][Applets][60]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.simplekickoff
|
||||
|
||||
[Containments][31][Applets][60][Configuration]
|
||||
PreloadWeight=100
|
||||
immutability=1
|
||||
popupHeight=570
|
||||
popupWidth=729
|
||||
|
||||
[Containments][31][Applets][60][Configuration][ConfigDialog]
|
||||
DialogHeight=660
|
||||
DialogWidth=880
|
||||
|
||||
[Containments][31][Applets][60][Configuration][Configuration]
|
||||
PreloadWeight=100
|
||||
|
||||
[Containments][31][Applets][60][Configuration][Configuration][ConfigDialog]
|
||||
DialogHeight=480
|
||||
DialogWidth=640
|
||||
|
||||
[Containments][31][Applets][60][Configuration][Configuration][General]
|
||||
favoritesPortedToKAstats=true
|
||||
icon=start-here
|
||||
|
||||
[Containments][31][Applets][60][Configuration][General]
|
||||
favoritesPortedToKAstats=true
|
||||
icon=pop-cosmic-applications
|
||||
systemFavorites=suspend\\,hibernate\\,reboot\\,shutdown
|
||||
|
||||
[Containments][31][Applets][60][Configuration][Shortcuts]
|
||||
global=Alt+F1
|
||||
|
||||
[Containments][31][Applets][77]
|
||||
immutability=1
|
||||
plugin=org.kde.resourcesMonitor-fork
|
||||
|
||||
[Containments][31][Applets][77][Configuration][Appearance]
|
||||
fontScale=30
|
||||
graphFillOpacity=100
|
||||
graphHeight=1
|
||||
graphWidth=1
|
||||
|
||||
[Containments][31][Applets][77][Configuration][ConfigDialog]
|
||||
DialogHeight=660
|
||||
DialogWidth=880
|
||||
|
||||
[Containments][31][Applets][77][Configuration][General]
|
||||
gpuMemoryInPercent=true
|
||||
memorySecondUnit=swap-percent
|
||||
memoryUnit=physical-percent
|
||||
networkUnit=kilobit
|
||||
showClock=false
|
||||
showCpuTemperature=true
|
||||
showDiskMonitor=true
|
||||
showGpuTemperature=true
|
||||
showNetMonitor=true
|
||||
|
||||
[Containments][31][ConfigDialog]
|
||||
DialogHeight=93
|
||||
DialogWidth=1920
|
||||
|
||||
[Containments][31][Configuration]
|
||||
PreloadWeight=0
|
||||
|
||||
[Containments][31][General]
|
||||
AppletOrder=60;53;58;34;77;35;48
|
||||
|
||||
[Containments][36]
|
||||
activityId=
|
||||
formfactor=2
|
||||
immutability=1
|
||||
lastScreen=0
|
||||
location=4
|
||||
plugin=org.kde.plasma.private.systemtray
|
||||
popupHeight=528
|
||||
popupWidth=528
|
||||
wallpaperplugin=org.kde.image
|
||||
|
||||
[Containments][36][Applets][37]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.devicenotifier
|
||||
|
||||
[Containments][36][Applets][37][Configuration]
|
||||
PreloadWeight=55
|
||||
|
||||
[Containments][36][Applets][38]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.manage-inputmethod
|
||||
|
||||
[Containments][36][Applets][39]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.keyboardlayout
|
||||
|
||||
[Containments][36][Applets][40]
|
||||
immutability=1
|
||||
plugin=org.kde.kdeconnect
|
||||
|
||||
[Containments][36][Applets][41]
|
||||
immutability=1
|
||||
plugin=org.kde.kscreen
|
||||
|
||||
[Containments][36][Applets][41][Configuration]
|
||||
PreloadWeight=55
|
||||
|
||||
[Containments][36][Applets][42]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.printmanager
|
||||
|
||||
[Containments][36][Applets][43]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.volume
|
||||
|
||||
[Containments][36][Applets][43][Configuration][General]
|
||||
migrated=true
|
||||
|
||||
[Containments][36][Applets][44]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.keyboardindicator
|
||||
|
||||
[Containments][36][Applets][45]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.clipboard
|
||||
|
||||
[Containments][36][Applets][46]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.notifications
|
||||
|
||||
[Containments][36][Applets][46][Configuration]
|
||||
PreloadWeight=60
|
||||
|
||||
[Containments][36][Applets][47]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.vault
|
||||
|
||||
[Containments][36][Applets][49]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.nightcolorcontrol
|
||||
|
||||
[Containments][36][Applets][50]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.battery
|
||||
|
||||
[Containments][36][Applets][50][Configuration]
|
||||
PreloadWeight=95
|
||||
|
||||
[Containments][36][Applets][51]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.networkmanagement
|
||||
|
||||
[Containments][36][Applets][51][Configuration]
|
||||
PreloadWeight=100
|
||||
|
||||
[Containments][36][Applets][52]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.bluetooth
|
||||
|
||||
[Containments][36][Applets][52][Configuration]
|
||||
PreloadWeight=65
|
||||
|
||||
[Containments][36][Applets][79]
|
||||
immutability=1
|
||||
plugin=org.kde.plasma.mediacontroller
|
||||
|
||||
[Containments][36][ConfigDialog]
|
||||
DialogHeight=660
|
||||
DialogWidth=880
|
||||
|
||||
[Containments][36][General]
|
||||
extraItems=org.kde.plasma.battery,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.nightcolorcontrol,org.kde.plasma.keyboardlayout,org.kde.kdeconnect,org.kde.kupapplet,org.kde.kscreen,org.kde.plasma.printmanager,org.kde.plasma.volume,org.kde.plasma.networkmanagement,org.kde.plasma.bluetooth,org.kde.plasma.keyboardindicator,org.kde.plasma.mediacontroller,org.kde.plasma.clipboard,org.kde.plasma.notifications,org.kde.plasma.vault
|
||||
knownItems=org.kde.plasma.battery,org.kde.plasma.devicenotifier,org.kde.plasma.manage-inputmethod,org.kde.plasma.nightcolorcontrol,org.kde.plasma.keyboardlayout,org.kde.kdeconnect,org.kde.kupapplet,org.kde.kscreen,org.kde.plasma.printmanager,org.kde.plasma.volume,org.kde.plasma.networkmanagement,org.kde.plasma.bluetooth,org.kde.plasma.keyboardindicator,org.kde.plasma.mediacontroller,org.kde.plasma.clipboard,org.kde.plasma.notifications,org.kde.plasma.vault
|
||||
|
||||
[Containments][62]
|
||||
activityId=09e50951-6a17-4dca-8490-891d4b1f1a7b
|
||||
formfactor=0
|
||||
immutability=1
|
||||
lastScreen=0
|
||||
location=0
|
||||
plugin=org.kde.plasma.folder
|
||||
wallpaperplugin=org.kde.image
|
||||
|
||||
[Containments][78]
|
||||
ItemGeometries-1920x1200=
|
||||
ItemGeometriesHorizontal=
|
||||
activityId=b8cde0cc-78c3-4951-962c-b2fc6e340ff6
|
||||
formfactor=0
|
||||
immutability=1
|
||||
lastScreen=0
|
||||
location=0
|
||||
plugin=org.kde.desktopcontainment
|
||||
wallpaperplugin=org.kde.plasma.citygrow
|
||||
|
||||
[Containments][78][ConfigDialog]
|
||||
DialogHeight=660
|
||||
DialogWidth=880
|
||||
|
||||
[Containments][78][General]
|
||||
ToolBoxButtonState=topcenter
|
||||
ToolBoxButtonX=508
|
||||
|
||||
[Containments][78][Wallpaper][org.kde.image][General]
|
||||
Image=/home/melissa/.local/share/wallpapers/Sweet-Wallpapers/Sweet-space.png
|
||||
SlidePaths=/home/melissa/.local/share/wallpapers/,/usr/share/wallpapers/
|
||||
|
||||
[Containments][80]
|
||||
ItemGeometries-0x0=
|
||||
ItemGeometriesVertical=
|
||||
activityId=9763face-6a83-4162-9250-00df5eadcbe6
|
||||
formfactor=0
|
||||
immutability=1
|
||||
lastScreen=0
|
||||
location=0
|
||||
plugin=org.kde.desktopcontainment
|
||||
wallpaperplugin=org.kde.plasma.citygrow
|
||||
|
||||
[Containments][80][ConfigDialog]
|
||||
DialogHeight=660
|
||||
DialogWidth=880
|
||||
|
||||
[Containments][80][Configuration]
|
||||
PreloadWeight=0
|
||||
|
||||
[Containments][80][General]
|
||||
ToolBoxButtonState=topcenter
|
||||
ToolBoxButtonX=377
|
||||
|
||||
[ScreenMapping]
|
||||
itemsOnDisabledScreens=0,b8cde0cc-78c3-4951-962c-b2fc6e340ff6,1,desktop:/steam.desktop
|
||||
screenMapping=
|
2
.config/konsave/profiles/laptop-kde/configs/plasmarc
Normal file
@ -0,0 +1,2 @@
|
||||
[Wallpapers]
|
||||
usersWallpapers=
|
26
.config/konsave/profiles/laptop-kde/configs/plasmashellrc
Normal file
@ -0,0 +1,26 @@
|
||||
[KPropertiesDialog]
|
||||
1920x1200 screen: Height=581
|
||||
1920x1200 screen: Width=496
|
||||
|
||||
[PlasmaTransientsConfig]
|
||||
PreloadWeight=0
|
||||
|
||||
[PlasmaViews][Panel 2][Defaults]
|
||||
thickness=44
|
||||
|
||||
[PlasmaViews][Panel 31]
|
||||
alignment=132
|
||||
floating=0
|
||||
|
||||
[PlasmaViews][Panel 31][Defaults]
|
||||
maxLength=1920
|
||||
minLength=1920
|
||||
offset=0
|
||||
thickness=40
|
||||
|
||||
[PlasmaViews][Panel 31][Horizontal1920]
|
||||
maxLength=1920
|
||||
minLength=1920
|
||||
|
||||
[Updates]
|
||||
performed=/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/systemloadviewer_systemmonitor.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/containmentactions_middlebutton.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_rename_timezonedisplay_key.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/klipper_clear_config.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/maintain_existing_desktop_icon_sizes.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_font_settings.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/mediaframe_migrate_useBackground_setting.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_remove_shortcut.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/no_middle_click_paste_on_panels.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_migrateiconsetting.js
|
@ -1,15 +0,0 @@
|
||||
Net/SoundThemeName "ocean"
|
||||
Net/ThemeName "Breeze-Dark"
|
||||
Gdk/UnscaledDPI 113049
|
||||
Gdk/WindowScalingFactor 1
|
||||
Gtk/EnableAnimations 1
|
||||
Gtk/DecorationLayout "icon:minimize,maximize,close"
|
||||
Gtk/PrimaryButtonWarpsSlider 1
|
||||
Gtk/ToolbarStyle 3
|
||||
Gtk/MenuImages 1
|
||||
Gtk/ButtonImages 1
|
||||
Gtk/CursorThemeSize 27
|
||||
Gtk/CursorThemeName "breeze_cursors"
|
||||
Net/IconThemeName "breeze-dark"
|
||||
Gtk/FontName "Noto Sans, 10"
|
||||
|
1
.zshrc
@ -121,6 +121,7 @@ path+=("$HOME/scripts")
|
||||
path+=("/var/lib/flatpak/exports/share/applications")
|
||||
path+=("$HOME/go/bin")
|
||||
path+=("$HOME/.config/emacs/bin") # for doom
|
||||
path+=("$HOME/.dotnet")
|
||||
fpath+=~/.zfunc
|
||||
|
||||
|
||||
|
@ -1,106 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Colors
|
||||
RED='\033[0;31m'; LightBlue='\033[1;34m'; Green='\033[0;32m'
|
||||
|
||||
# For developers
|
||||
AM_BRANCH="main"
|
||||
|
||||
# Check dependencies for this script
|
||||
_check_dependency() {
|
||||
AMDEPENDENCES="chmod chown curl grep wget"
|
||||
for dependency in $AMDEPENDENCES; do
|
||||
if ! command -v "$dependency" >/dev/null 2>&1; then
|
||||
printf "\n %b💀 ERROR! MISSING ESSENTIAL COMMAND \033[0m: %b\n\n Install the above and try again! \n\n" "${RED}" "$dependency"
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
_check_dependency
|
||||
|
||||
# Function to check online connections (uses github.com by default, as the database and CLI itself are stored/hosted there)
|
||||
_online_check() {
|
||||
if ! wget -q --tries=3 --timeout=10 --spider https://github.com; then
|
||||
printf "\n Installer wouldn't work offline\n\n Please check your internet connection and try again\n\n"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
_online_check
|
||||
|
||||
# INSTALL "AM" SYSTEM-WIDE
|
||||
_install_am() {
|
||||
CACHEDIR="${XDG_CACHE_HOME:-$HOME/.cache}"
|
||||
mkdir -p "$CACHEDIR" || true
|
||||
rm -f "$CACHEDIR"/INSTALL-AM.sh || true
|
||||
wget -q "https://raw.githubusercontent.com/ivan-hc/AM/$AM_BRANCH/INSTALL" -O "$CACHEDIR"/INSTALL-AM.sh && chmod a+x "$CACHEDIR"/INSTALL-AM.sh
|
||||
#cp ./INSTALL "$CACHEDIR"/INSTALL-AM.sh && chmod a+x "$CACHEDIR"/INSTALL-AM.sh # for developers
|
||||
if command -v sudo >/dev/null 2>&1; then
|
||||
SUDOCMD="sudo"
|
||||
elif command -v doas >/dev/null 2>&1; then
|
||||
SUDOCMD="doas"
|
||||
else
|
||||
echo 'ERROR: No sudo or doas found'
|
||||
exit 1
|
||||
fi
|
||||
$SUDOCMD "$CACHEDIR"/INSTALL-AM.sh && rm -f "$CACHEDIR"/INSTALL-AM.sh
|
||||
}
|
||||
|
||||
# INSTALL "AM" LOCALLY, AS "APPMAN"
|
||||
_install_appman() {
|
||||
ZSHRC="${ZDOTDIR:-$HOME}/.zshrc"
|
||||
BINDIR="${XDG_BIN_HOME:-$HOME/.local/bin}"
|
||||
mkdir -p "$BINDIR"
|
||||
if ! echo $PATH | grep "$BINDIR" >/dev/null 2>&1; then
|
||||
echo '--------------------------------------------------------------------------'
|
||||
echo " Adding $BINDIR to PATH, you might need to"
|
||||
echo " close and reopen the terminal for this to take effect."
|
||||
if [ -e ~/.bashrc ] && ! grep 'PATH="$PATH:$BINDIR"' ~/.bashrc >/dev/null 2>&1; then
|
||||
printf '\n%s\n' 'BINDIR="${XDG_BIN_HOME:-$HOME/.local/bin}"' >> ~/.bashrc
|
||||
printf '\n%s\n' 'if ! echo $PATH | grep "$BINDIR" >/dev/null 2>&1; then' >> ~/.bashrc
|
||||
printf ' export PATH="$PATH:$BINDIR"\nfi\n' >> ~/.bashrc
|
||||
fi
|
||||
if [ -e "$ZSHRC" ] && ! grep 'PATH="$PATH:$BINDIR"' "$ZSHRC" >/dev/null 2>&1; then
|
||||
printf '\n%s\n' 'BINDIR="${XDG_BIN_HOME:-$HOME/.local/bin}"' >> "$ZSHRC"
|
||||
printf '\n%s\n' 'if ! echo $PATH | grep "$BINDIR" >/dev/null 2>&1; then' >> "$ZSHRC"
|
||||
printf ' export PATH="$PATH:$BINDIR"\nfi\n' >> "$ZSHRC"
|
||||
fi
|
||||
fi
|
||||
wget -q "https://raw.githubusercontent.com/ivan-hc/AM/$AM_BRANCH/APP-MANAGER" -O "$BINDIR"/appman && chmod a+x "$BINDIR"/appman
|
||||
}
|
||||
|
||||
# CHOOSE BETWEEN "AM" AND "APPMAN"
|
||||
printf " Choose how to install \"AM\" and all its managed applications.
|
||||
|
||||
1) As \"${RED}AM\033[0m\", command \"${Green}am\033[0m\", this is a system-wide installation:
|
||||
- the command is a symlink /usr/local/bin/am for /opt/am/APP-MANAGER
|
||||
- install and manage both system (default, require \"root\") and local apps
|
||||
- choose wherever you want to install local apps
|
||||
- you are the one with read-write permissions for \"AM\" and system programs
|
||||
- other users can only use programs you have installed, nothing else
|
||||
- other users can still use \"AppMan mode\" for their rootless configurations
|
||||
|
||||
2) As \"${LightBlue}AppMan\033[0m\", command \"${Green}appman\033[0m\", local installation:
|
||||
- the command is the script ~/.local/bin/appman
|
||||
- install and manage only local apps
|
||||
- choose wherever you want to install local apps
|
||||
- you can replicate your configurations on every system you want
|
||||
- more storage space required, if more users use \"AppMan\"
|
||||
|
||||
"
|
||||
read -r -p "Choose between \"AM\" (type 1) and \"AppMan\" (2), or leave blank to exit: " response
|
||||
case "$response" in
|
||||
1) _install_am || exit 1
|
||||
;;
|
||||
2) _install_appman || exit 1
|
||||
echo '--------------------------------------------------------------------------'
|
||||
printf " ${Green}\"AppMan\" has been successfully installed!\033[0m\n"
|
||||
printf " Please, run \"${LightBlue}appman -h\033[0m\" to see the list of the options.\n"
|
||||
echo '--------------------------------------------------------------------------'
|
||||
;;
|
||||
''|*) echo "Installation aborted, exiting." && exit 1
|
||||
;;
|
||||
esac
|
@ -24,7 +24,7 @@ echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --prin
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
|
||||
# apt
|
||||
sudo apt install -y autorandr i3 polybar lightdm-gtk-greeter lightdm flatpak yadm git python3 pipx alacritty i3lock-fancy network-manager-applet rofi dunst htop wget keepassxc-full net-tools vim mullvad-vpn flameshot caffeine pasystray tmux plasma-discover-backend-flatpak zsh autorandr kdeconnect fwupd numlockx neofetch
|
||||
sudo apt install -y autorandr i3 polybar lightdm-gtk-greeter lightdm flatpak yadm git python3 pipx alacritty i3lock-fancy nm-tray rofi dunst htop wget keepassxc net-tools vim mullvad-vpn flameshot caffeine pasystray tmux plasma-discover-backend-flatpak zsh autorandr kdeconnect fwupd numlockx neofetch vim emacs
|
||||
|
||||
# chsh
|
||||
chsh melissa -s /bin/zsh
|
||||
@ -39,7 +39,7 @@ yadm submodule update --init --recursive
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
# flatpak installs
|
||||
flatpak install com.discordapp.Discord com.spotify.Client me.kozec.syncthingtk org.jitsi.jitsi-meet org.signal.Signal org.telegram.desktop us.zoom.Zoom
|
||||
flatpak install co.discordapp.Discord com.spotify.Client me.kozec.syncthingtk org.jitsi.jitsi-meet org.signal.Signal org.telegram.desktop us.zoom.Zoom
|
||||
|
||||
# am
|
||||
wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/AM-INSTALLER && chmod a+x ./AM-INSTALLER && ./AM-INSTALLER && rm ./AM-INSTALLER
|
||||
@ -50,6 +50,8 @@ wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/AM-INSTALLER && chmod
|
||||
# rustup default stable
|
||||
# cargo install cargo-update
|
||||
|
||||
# include dotnet
|
||||
|
||||
# pipx
|
||||
pipx install topgrade termdown
|
||||
|
||||
|