dankshell darkman

This commit is contained in:
Tyler Mayoff 2025-10-10 18:43:02 -04:00
parent e543d6cde6
commit a6f5b29b35

View file

@ -17,6 +17,10 @@
noctalia = ''
noctalia-shell ipc call darkMode setLight
'';
dankshell = ''
dms ipc call theme light
'';
};
darkModeScripts = {
@ -28,6 +32,10 @@
noctalia-shell ipc call darkMode setDark
'';
dankshell = ''
dms ipc call theme dark
'';
fish = ''
fish -c 'yes | fish_config theme save "Rosé Pine"'
'';