README: add manual install IPC explanation

This commit is contained in:
Ly-sec 2025-09-04 00:45:07 +02:00
parent 3ba6899e69
commit 280952aae3

View file

@ -193,6 +193,9 @@ Alternatively, you can add it to your NixOS configuration or flake:
`noctalia-shell` offers many IPC calls for your convenience, so you can add them to your favorite keybinds or scripts. `noctalia-shell` offers many IPC calls for your convenience, so you can add them to your favorite keybinds or scripts.
*If you're using the Flake installation on NixOS, replace `qs -c noctalia-shell` by `noctalia-shell`*
*If you use the manual install (`git clone...` and have it in `~/.config/quickshell/`) you can just use `qs ipc call...`*
| Action | Command* | | Action | Command* |
| --------------------------- | ----------------------------------------------------------- | | --------------------------- | ----------------------------------------------------------- |
| Start the Shell | `qs -c noctalia-shell` | | Start the Shell | `qs -c noctalia-shell` |
@ -216,8 +219,6 @@ Alternatively, you can add it to your NixOS configuration or flake:
| Set Dark Mode | `qs -c noctalia-shell ipc call darkMode setDark` | | Set Dark Mode | `qs -c noctalia-shell ipc call darkMode setDark` |
| Set Light Mode | `qs -c noctalia-shell ipc call darkMode setLight` | | Set Light Mode | `qs -c noctalia-shell ipc call darkMode setLight` |
*If using the Flake installation on NixOS, replace `qs -c noctalia-shell` by `noctalia-shell`*
### Configuration ### Configuration
Access settings through the side panel (top right button) to configure weather, wallpapers, screen recording, audio, network, and theme options. Access settings through the side panel (top right button) to configure weather, wallpapers, screen recording, audio, network, and theme options.