Test
This commit is contained in:
parent
6d605cf427
commit
2031ca528b
1 changed files with 1 additions and 1 deletions
|
@ -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 = "papirus-dark";
|
GTK.icon_theme_name = "Papirus-Dark";
|
||||||
# GTK.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" ];
|
||||||
|
|
Loading…
Reference in a new issue