mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: adds gsettings dark mode
This commit is contained in:
parent
438351a874
commit
fbdb0ba6b8
2 changed files with 3 additions and 1 deletions
|
|
@ -36,6 +36,7 @@
|
||||||
"mpDris2 &"
|
"mpDris2 &"
|
||||||
"foot --server &"
|
"foot --server &"
|
||||||
"hyprfloat &"
|
"hyprfloat &"
|
||||||
|
"gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' &"
|
||||||
];
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue