noctalia things

This commit is contained in:
Tyler Mayoff 2025-09-02 19:30:43 -04:00
parent 3f8399434e
commit ef3780ef1b
3 changed files with 14 additions and 4 deletions

View file

@ -14,6 +14,10 @@
${pkgs.dconf}/bin/dconf write \
/org/gnome/desktop/interface/color-scheme "'prefer-light'"
'';
noctalia = ''
noctalia-shell ipc call darkMode setLight
'';
};
darkModeScripts = {
@ -22,6 +26,10 @@
/org/gnome/desktop/interface/color-scheme "'prefer-dark'"
'';
noctalia = ''
noctalia-shell ipc call darkMode setDark
'';
# fish = ''
# yes | fish_config theme save "Rosé Pine"
# '';