test
This commit is contained in:
parent
2f035a8a92
commit
9c19da6fd0
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ let
|
|||
|
||||
# Day Variant
|
||||
day-wallpaper = "file:///etc/nixos/git/wallpapers/default/wallpaper1.png";
|
||||
day-gtk-theme = "Fluent-Light-compact";
|
||||
# day-gtk-theme = "Fluent-Light-compact";
|
||||
day-shell-theme = "Fluent-compact";
|
||||
day-icon-theme = "Papirus";
|
||||
|
||||
# Night Variant
|
||||
night-wallpaper = "file:///etc/nixos/git/wallpapers/default/wallpaper1.png";
|
||||
night-gtk-theme = "Fluent-Dark-compact";
|
||||
# night-gtk-theme = "Fluent-Dark-compact";
|
||||
night-shell-theme = "Fluent-Dark-compact";
|
||||
night-icon-theme = "Papirus-Dark";
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue