From f37fcc07c8307286f7cf05586ee4ee75df7d68cb Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 28 Apr 2026 13:30:33 +0200 Subject: waybar: Switch from blueman-manager to bluetoothctl There is the suspicion that this CLI program is more reliable than the GUI. At least it offers more options to debug. The downside is that there is no known way to select the audio profile. But this should be auto-selected and is audible if it is picked correctly because of expected noise. --- waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 7fd2434..b69b113 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -33,7 +33,7 @@ "max-length": 50 }, "bluetooth": { - "on-click": "blueman-manager", + "on-click": "foot bluetoothctl", "format": " {status}", "format-disabled": "", "format-connected": " {num_connections} connected", -- cgit v1.3.1