This commit is contained in:
iFargle 2023-08-15 21:44:34 +09:00
parent 8b0c02e158
commit 144c131c75

View file

@ -11,7 +11,7 @@
GTK.application_prefer_dark_theme = true; GTK.application_prefer_dark_theme = true;
GTK.cursor_theme_name = "Adwaita"; GTK.cursor_theme_name = "Adwaita";
GTK.font_name = "Cantarell 16"; GTK.font_name = "Cantarell 16";
GTK.icon_theme_name = "Adwaita"; GTK.icon_theme_name = "Papirus Dark";
GTK.theme_name = "Gruvbox-Dark-BL"; GTK.theme_name = "Gruvbox-Dark-BL";
commands.reboot = [ "systemctl" "reboot" ]; commands.reboot = [ "systemctl" "reboot" ];
commands.poweroff = [ "systemctl" "poweroff" ]; commands.poweroff = [ "systemctl" "poweroff" ];
@ -22,10 +22,10 @@
blur: 20px; blur: 20px;
} }
#user_toggle { #user_toggle {
visibility: hidden; visibility: none;
} }
#sess_toggle { #sess_toggle {
visibility: hidden; visibility: none;
} }
''; '';
}; };