diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 12:36:03 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 12:36:03 +0200 |
| commit | 54f028ed563daed9b49bf1fabee9d47060335304 (patch) | |
| tree | 03efc647034099e7ef6a4c46ec0153919e8f40b7 /desktop/modules/vm | |
| parent | 315becb78eb48be186f2370ae6c5efd3e967c12d (diff) | |
| download | quickshell-54f028ed563daed9b49bf1fabee9d47060335304.tar.gz quickshell-54f028ed563daed9b49bf1fabee9d47060335304.zip | |
docs: the desktop shell and what the merge changed
Five components become three, and the Theme symlink count with them. Two
new notes: a pragma Singleton in a subdirectory resolves through a plain
directory import with no qmldir, and Virsh.sampling gates only the stats
poll, not the lifecycle stream that keeps the tile correct while the page
is closed.
Diffstat (limited to 'desktop/modules/vm')
| -rw-r--r-- | desktop/modules/vm/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/modules/vm/README.md b/desktop/modules/vm/README.md index bcf12ac..03ad1b5 100644 --- a/desktop/modules/vm/README.md +++ b/desktop/modules/vm/README.md @@ -1,5 +1,11 @@ # vm-manager +> **Now the `vm` module of the `desktop/` shell.** It is no longer a +> standalone component: start the shell with `qs -p desktop` and open the page +> from the drawer, or deep-link with `qs -p desktop ipc call drawer open vm`. +> The `vm-manager` paths and the `panel toggle` IPC below are historical. See +> `desktop/README.md`. + A drawer for libvirt virtual machines: state, live statistics, the actions that make sense in the current state, and the snapshot list. It replaces the menu half of `rofi-qemu.sh`, which could only ever show a list of strings. |
