From 863a2a25e775eaed187b7dc727a26278540421f4 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 14 Sep 2026 13:53:16 +0200 Subject: feat(desktop): bluetooth module, tile and page Native Quickshell.Bluetooth for adapter power, discoverable, scan, connect, disconnect, trust and forget. Pairing is separate, because quickshell ships no BlueZ agent. The adapter is null for the first ~2s, so every access is navigated safely rather than assuming a first paint. --- 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 5f9640d..d191983 100644 --- a/desktop/shell.qml +++ b/desktop/shell.qml @@ -13,6 +13,7 @@ import Quickshell import Quickshell.Io import Quickshell.Wayland import "modules/appearance" +import "modules/bluetooth" import "modules/mail" import "modules/network" import "modules/sound" @@ -36,6 +37,7 @@ ShellRoot { modules: [ SoundModule {}, NetworkModule {}, + BluetoothModule {}, MailModule {}, AppearanceModule {}, VmModule {}, -- cgit v1.2.3