This commit is contained in:
iFargle 2023-08-15 21:14:53 +09:00
parent 03f947fea2
commit c1f185e0bf

View file

@ -11,8 +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 = "Papirus"; GTK.icon_theme_name = "Adwaita";
# GTK.theme_name = "Adwaita";
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" ];