From 315becb78eb48be186f2370ae6c5efd3e967c12d Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 14 Sep 2026 12:32:19 +0200 Subject: 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. --- desktop/shell.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/shell.qml') 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 {}, ] } -- cgit v1.2.3