Update README.md - added DarkMode IPC calls

This commit is contained in:
Lemmy 2025-09-02 10:42:39 -04:00 committed by GitHub
parent f385b24e8c
commit f9c1fa78aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,8 +213,10 @@ The following commands apply to the Nix flake installation.
| Toggle Settings Window | `noctalia-shell ipc call settings toggle` |
| Toggle Lock Screen | `noctalia-shell ipc call lockScreen toggle` |
| Toggle Notification History | `noctalia-shell ipc call notifications toggleHistory` |
| Select new random wallpaper | `noctalia-shell ipc call wallpaper random` |
| Set New Random Wallpaper | `noctalia-shell ipc call wallpaper random` |
| Toggle Dark Mode | `noctalia-shell ipc call darkMode toggle` |
| Set Dark Mode | `noctalia-shell ipc call darkMode setDark` |
| Set Light Mode | `noctalia-shell ipc call darkMode setLight` |
</details>