Added missing files. Added snaphot before update.
This commit is contained in:
15
config/gtk-3.0/settings.ini
Normal file
15
config/gtk-3.0/settings.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Adwaita-dark
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
gtk-application-prefer-dark-theme=1
|
||||
31
config/qt5ct/qt5ct.conf
Normal file
31
config/qt5ct/qt5ct.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
|
||||
custom_palette=false
|
||||
standard_dialogs=default
|
||||
style=Adwaita-Dark
|
||||
|
||||
[Fonts]
|
||||
fixed="Noto Sans,12,-1,5,50,0,0,0,0,0"
|
||||
general="Noto Sans,12,-1,5,50,0,0,0,0,0"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=0
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
gui_effects=@Invalid()
|
||||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4y\0\0\x2\xdf\0\0\0\0\0\0\0\0\0\0\x4\x7f\0\0\x2\xdf\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4y\0\0\x2\xdf)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
||||
31
config/qt6ct/qt6ct.conf
Normal file
31
config/qt6ct/qt6ct.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt6ct/colors/airy.conf
|
||||
custom_palette=false
|
||||
standard_dialogs=default
|
||||
style=Adwaita-Dark
|
||||
|
||||
[Fonts]
|
||||
fixed="Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
general="Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=0
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
gui_effects=@Invalid()
|
||||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5y\0\0\x5\x9b\0\0\0\0\0\0\0\0\0\0\x5\x7f\0\0\x5\x9f\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x5y\0\0\x5\x9b)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
||||
@@ -63,7 +63,7 @@
|
||||
|
||||
"cpu": {
|
||||
"interval": 5,
|
||||
"format": "CPU:{usage:02}%", // Icon: microchip
|
||||
"format": "CPU:{usage:02}%",
|
||||
"states": {
|
||||
"warning": 70,
|
||||
"critical": 90
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
"memory": {
|
||||
"interval": 10,
|
||||
"format": "RAM:{used:0.1f}G/{total:0.1f}G", // Icon: memory
|
||||
"format": "RAM:{used:0.1f}G/{total:0.1f}G",
|
||||
"states": {
|
||||
"warning": 70,
|
||||
"critical": 90
|
||||
@@ -83,9 +83,10 @@
|
||||
"network": {
|
||||
"interval": 5,
|
||||
"on-click": "networkmanager_dmenu",
|
||||
"format-wifi": "WIFI:{essid} ({signalStrength}%)", // Icon: wifi
|
||||
"format-ethernet": "ETH:{ipaddr}", // Icon: ethernet
|
||||
"format-disconnected": "ETH Disconnected",
|
||||
"format-wifi": "ETH:{ipaddr} {essid} ({signalStrength}%)",
|
||||
"format-ethernet": "ETH:{ipaddr}",
|
||||
"format-disconnected": "ETH:Disconnected",
|
||||
"format-linked": "ETH:Pending",
|
||||
"tooltip-format": "{ifname}: {ipaddr}"
|
||||
},
|
||||
|
||||
|
||||
@@ -108,10 +108,18 @@
|
||||
color: #afd787;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
#network.linked {
|
||||
color: #d7af5f;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
color: #d75400;
|
||||
}
|
||||
|
||||
#network.disabled {
|
||||
color: #d75400;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
color: #afd787;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user