summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-04-28 13:30:33 +0200
committerxengineering <me@xengineering.eu>2026-07-09 09:47:11 +0200
commitf37fcc07c8307286f7cf05586ee4ee75df7d68cb (patch)
tree3cbc94f0375982d4b871efb06426493fcd72f4d8
parent7d766c5246501fb5dcba96525a12c9c094a5de56 (diff)
downloaddotfiles-f37fcc07c8307286f7cf05586ee4ee75df7d68cb.tar
dotfiles-f37fcc07c8307286f7cf05586ee4ee75df7d68cb.tar.zst
dotfiles-f37fcc07c8307286f7cf05586ee4ee75df7d68cb.zip
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.
-rw-r--r--waybar/config.jsonc2
1 files changed, 1 insertions, 1 deletions
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",