test
This commit is contained in:
parent
03f947fea2
commit
c1f185e0bf
1 changed files with 1 additions and 2 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue