Add Bluetooth module to Waybar config

This commit is contained in:
FURK4NGG
2026-01-08 11:08:48 +03:00
committed by GitHub
parent 8ba1205823
commit 769829358d
+9 -1
View File
@@ -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": "<span style=\"italic\">{}</span>"
@@ -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": {