Add Bluetooth module to Waybar config
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"modules-left": ["hyprland/workspaces"],
|
"modules-left": ["hyprland/workspaces"],
|
||||||
"modules-center": ["clock","custom/weather"],
|
"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": {
|
"sway/mode": {
|
||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
@@ -13,6 +13,14 @@
|
|||||||
"max-length": 50,
|
"max-length": 50,
|
||||||
"on-click": "kitty -e 'nmtui'"
|
"on-click": "kitty -e 'nmtui'"
|
||||||
},
|
},
|
||||||
|
"bluetooth": {
|
||||||
|
"type": "internal/bluetooth",
|
||||||
|
"adapter": "hci0",
|
||||||
|
"format-on": "",
|
||||||
|
"format-off": "",
|
||||||
|
"on-click": "blueman-manager",
|
||||||
|
"interval": 5
|
||||||
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
"states": {
|
"states": {
|
||||||
|
|||||||
Reference in New Issue
Block a user