From 7d766c5246501fb5dcba96525a12c9c094a5de56 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 28 Apr 2026 13:08:20 +0200 Subject: waybar: Add Bluetooth module This makes it easy to see the current status of the Bluetooth connection and opens a graphical Bluetooth manager on click. --- waybar/config.jsonc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 95fba43..7fd2434 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -9,6 +9,7 @@ "sway/window" ], "modules-right": [ + "bluetooth", "battery", "battery#bat2", "clock" @@ -30,5 +31,14 @@ "interval": 60, "format": "KW {:%V %a %Y-%m-%d %H:%M UTC%z}", "max-length": 50 + }, + "bluetooth": { + "on-click": "blueman-manager", + "format": " {status}", + "format-disabled": "", + "format-connected": " {num_connections} connected", + "tooltip-format": "{controller_alias}\t{controller_address}", + "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}", + "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}" } } -- cgit v1.3.1