This commit is contained in:
Miguel Palhas
2026-06-16 11:42:33 +01:00
parent bb42e115d5
commit 8a7439fe1d
9 changed files with 225 additions and 790 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
fi
'';
noctalia-theme = ''
noctalia-shell ipc call darkMode setDark
noctalia msg theme-mode-set dark
'';
};
lightModeScripts = {
@@ -61,7 +61,7 @@
fi
'';
noctalia-theme = ''
noctalia-shell ipc call darkMode setLight
noctalia msg theme-mode-set light
'';
};
};