From 168809afa62ba7c167ec96e4a6453bd3705965ea Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 14 Sep 2026 13:45:04 +0200 Subject: feat(desktop): network module, live tile and wired page Wired first because it is the simpler half and proves the module wiring. Native Quickshell.Networking, no polling: the singletons push, and alwaysActive is true with no Service.qml because there is nothing to gate. The tile shows one line per active link rather than picking a primary, since the API exposes no route metric and guessing wrong would be worse than showing both. --- 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 74c1ec2..5f9640d 100644 --- a/desktop/shell.qml +++ b/desktop/shell.qml @@ -14,6 +14,7 @@ import Quickshell.Io import Quickshell.Wayland import "modules/appearance" import "modules/mail" +import "modules/network" import "modules/sound" import "modules/vm" @@ -34,6 +35,7 @@ ShellRoot { id: drawer modules: [ SoundModule {}, + NetworkModule {}, MailModule {}, AppearanceModule {}, VmModule {}, -- cgit v1.2.3