test
This commit is contained in:
parent
9c19da6fd0
commit
7a35d0f946
2 changed files with 4 additions and 4 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 {
|
||||
|
|
|
@ -8,13 +8,13 @@ let
|
|||
|
||||
# Day Variant
|
||||
day-wallpaper = "file:///etc/nixos/git/wallpapers/gruvbox/wallpaper9.jpg";
|
||||
day-gtk-theme = "vimix-doder";
|
||||
# day-gtk-theme = "vimix-doder";
|
||||
day-shell-theme = "vimix-doder";
|
||||
day-icon-theme = "Vimix-Doder";
|
||||
|
||||
# Night Variant
|
||||
night-wallpaper = "file:///etc/nixos/git/wallpapers/gruvbox/wallpaper12.jpg";
|
||||
night-gtk-theme = "Gruvbox-Dark-BL";
|
||||
# night-gtk-theme = "Gruvbox-Dark-BL";
|
||||
night-shell-theme = "Gruvbox-Dark-BL";
|
||||
night-icon-theme = "Nordzy-yellow-dark";
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue