From 769829358d94c83f32a09968035a63fefb46efe2 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:08:48 +0300 Subject: [PATCH] Add Bluetooth module to Waybar config --- .config/waybar/config | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/waybar/config b/.config/waybar/config index d1ab2c2..4b1e112 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,7 +1,7 @@ { "modules-left": ["hyprland/workspaces"], "modules-center": ["clock","custom/weather"], - "modules-right": ["tray","custom/scratchpad-indicator","memory","cpu","pulseaudio","custom/power"], + "modules-right": ["tray","custom/scratchpad-indicator","bluetooth","memory","cpu","pulseaudio","custom/power"], "sway/mode": { "format": "{}" @@ -13,6 +13,14 @@ "max-length": 50, "on-click": "kitty -e 'nmtui'" }, + "bluetooth": { + "type": "internal/bluetooth", + "adapter": "hci0", + "format-on": "", + "format-off": "", + "on-click": "blueman-manager", + "interval": 5 + }, "battery": { "interval": 10, "states": {