diff options
| author | xengineering <me@xengineering.eu> | 2026-04-28 13:30:33 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-09 09:47:11 +0200 |
| commit | f37fcc07c8307286f7cf05586ee4ee75df7d68cb (patch) | |
| tree | 3cbc94f0375982d4b871efb06426493fcd72f4d8 | |
| parent | 7d766c5246501fb5dcba96525a12c9c094a5de56 (diff) | |
| download | dotfiles-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.jsonc | 2 |
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", |
