This commit is contained in:
iFargle 2023-09-29 19:40:39 +09:00
parent 2f035a8a92
commit 9c19da6fd0

View file

@ -8,13 +8,13 @@ let
# Day Variant # Day Variant
day-wallpaper = "file:///etc/nixos/git/wallpapers/default/wallpaper1.png"; 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-shell-theme = "Fluent-compact";
day-icon-theme = "Papirus"; day-icon-theme = "Papirus";
# Night Variant # Night Variant
night-wallpaper = "file:///etc/nixos/git/wallpapers/default/wallpaper1.png"; 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-shell-theme = "Fluent-Dark-compact";
night-icon-theme = "Papirus-Dark"; night-icon-theme = "Papirus-Dark";
in { in {