waybar: add bluetooth

This commit is contained in:
lelgenio 2021-12-11 01:33:51 -03:00
parent 41d9da9109
commit 0dee833dcf
1 changed files with 13 additions and 1 deletions

View File

@ -24,6 +24,7 @@
"custom/updates",
"custom/caffeine",
"pulseaudio",
"bluetooth",
"network",
"battery"
],
@ -83,13 +84,24 @@
},
"network": {
"tooltip":false,
"on-click": "terminal nmtui",
"on-click": "terminal iwd",
"format-wifi": "{icon}",
"format-icons":[ "", "", "", "", "" ],
"format-ethernet": "",
"format-linked": "",
"format-disconnected": ""
},
"bluetooth": {
"tooltip":false,
"on-click": "terminal bluetoothctl",
"format": "{icon}",
"format-alt": "bluetooth: {status}",
"format-icons": {
"enabled": "  ",
"disabled": ""
},
"tooltip-format": "{}"
},
"pulseaudio": {
"tooltip":false,
"scroll-step": 10,