aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/shell.qml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-14 12:32:19 +0200
committerDanilo M. <danix@danix.xyz>2026-09-14 12:32:19 +0200
commit315becb78eb48be186f2370ae6c5efd3e967c12d (patch)
tree66dad581d03ebbc4f49680099e955fe6c62612e2 /desktop/shell.qml
parent350b6358e29699721c636c18f8928acb68a05ade (diff)
downloadquickshell-315becb78eb48be186f2370ae6c5efd3e967c12d.tar.gz
quickshell-315becb78eb48be186f2370ae6c5efd3e967c12d.zip
feat(desktop): move vm-manager in as the vm module
Virsh.qml is unchanged; VmPanel's body becomes the page and the stat row becomes a Flow, because four stats with 150px bars do not fit a 600px drawer as one row. The page starts and stops Virsh.sampling, so the 2s poll runs only while something is looking at it; the lifecycle event stream still runs always, which is what keeps the tile's dots current.
Diffstat (limited to 'desktop/shell.qml')
-rw-r--r--desktop/shell.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/shell.qml b/desktop/shell.qml
index d27583d..74c1ec2 100644
--- a/desktop/shell.qml
+++ b/desktop/shell.qml
@@ -15,6 +15,7 @@ import Quickshell.Wayland
import "modules/appearance"
import "modules/mail"
import "modules/sound"
+import "modules/vm"
ShellRoot {
// Quickshell exits once no window is visible, and the drawer is closed
@@ -35,6 +36,7 @@ ShellRoot {
SoundModule {},
MailModule {},
AppearanceModule {},
+ VmModule {},
]
}