From 7e89c874e83ea49a4808e037457ab7b3f50d6d89 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 14 Sep 2026 19:13:58 +0200 Subject: feat(desktop): KDE Connect module, tile and page State is polled from kdeconnect-state.sh because there is no D-Bus module to subscribe with. The poll runs only while the drawer is open: the tile is created when the panel loads and destroyed when it unloads, and it flips the module's polling flag. The laptop reports no battery plugin, so an absent charge is an empty field and renders as nothing, never as a zero. --- 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 d191983..6a37827 100644 --- a/desktop/shell.qml +++ b/desktop/shell.qml @@ -14,6 +14,7 @@ import Quickshell.Io import Quickshell.Wayland import "modules/appearance" import "modules/bluetooth" +import "modules/kdeconnect" import "modules/mail" import "modules/network" import "modules/sound" @@ -38,6 +39,7 @@ ShellRoot { SoundModule {}, NetworkModule {}, BluetoothModule {}, + KdeConnectModule {}, MailModule {}, AppearanceModule {}, VmModule {}, -- cgit v1.2.3