78 lines
1.5 KiB
Plaintext
78 lines
1.5 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"height": 34,
|
|
|
|
"modules-center": [
|
|
"custom/workspaces_content"
|
|
],
|
|
|
|
"modules-right": [
|
|
"idle_inhibitor",
|
|
"pulseaudio",
|
|
"network",
|
|
"custom/bluetooth",
|
|
"battery",
|
|
"tray",
|
|
"clock"
|
|
],
|
|
|
|
"custom/workspaces_content": {
|
|
"exec": "~/.config/waybar/scripts/workspaces_content.sh",
|
|
"interval": 2,
|
|
"return-type": "json",
|
|
"format": "{}",
|
|
"on-click": "~/.config/waybar/scripts/hyprscroll-menu.sh",
|
|
"tooltip": true
|
|
},
|
|
|
|
"idle_inhibitor": {
|
|
"tooltip": true,
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": " ",
|
|
"deactivated": " "
|
|
}
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "{volume}% {icon}",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"default": ["", ""]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": " ({bandwidthDownBits})",
|
|
"format-ethernet": " ({bandwidthDownBits})",
|
|
"format-disconnected": "Disconnected ⚠",
|
|
"on-click": "nm-connection-editor"
|
|
},
|
|
|
|
"custom/bluetooth": {
|
|
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
|
"interval": 5,
|
|
"return-type": "json",
|
|
"on-click": "blueman-manager",
|
|
"format": "{}"
|
|
},
|
|
|
|
"tray": {
|
|
"spacing": 10,
|
|
"icon-size": 14
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%a, %d %b %Y - %H:%M}",
|
|
"tooltip": false
|
|
},
|
|
|
|
"battery": {
|
|
"bat": "BAT0",
|
|
"format": "{capacity}% {icon}",
|
|
"format-charging": "{capacity}% ",
|
|
"format-icons": ["", "", "", "", " "]
|
|
}
|
|
}
|