Add Bluetooth module to Waybar config
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user