1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-12 00:32:17 -04:00

ipc for light/dark mode

This commit is contained in:
bbedward
2025-07-28 15:31:27 -04:00
parent 199c1c3043
commit 99e890cc17
3 changed files with 40 additions and 11 deletions

View File

@@ -125,6 +125,10 @@ qs -c DankMaterialShell ipc call <target> <function>
| wallpaper | get | none | Get current wallpaper path |
| wallpaper | set | path (string) | Set wallpaper to image path and refresh theme |
| wallpaper | clear | none | Clear current wallpaper |
| theme | get | none | Get current theme mode (light/dark) |
| theme | toggle | none | Toggle between light and dark mode |
| theme | light | none | Set theme to light mode |
| theme | dark | none | Set theme to dark mode |
| notifs | clear | none | Clear all notifications |