feat: adds gsettings dark mode

This commit is contained in:
Ahwx 2025-11-18 10:47:28 +01:00
parent 438351a874
commit fbdb0ba6b8
2 changed files with 3 additions and 1 deletions

View file

@ -36,6 +36,7 @@
"mpDris2 &" "mpDris2 &"
"foot --server &" "foot --server &"
"hyprfloat &" "hyprfloat &"
"gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' &"
]; ];
input = { input = {

View file

@ -198,11 +198,12 @@ in
{ command = "swaycons &"; } { command = "swaycons &"; }
# { command = "wlsunset -S '06:30' -s '19:30' -d 1800 "; } # { command = "wlsunset -S '06:30' -s '19:30' -d 1800 "; }
{ command = "foot --server &"; } { command = "foot --server &"; }
{ command = "gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'"; }
{ command = "footclient"; } { command = "footclient"; }
]; ];
workspaceAutoBackAndForth = false; workspaceAutoBackAndForth = false;
}; };
# systemd.enable = true; # ??? # systemd.enable = true; # why would anyone do this???
wrapperFeatures = { wrapperFeatures = {
gtk = true; gtk = true;
}; };