Files
dots/configs/hyprland_l/Waybar/config.jsonc
2025-03-29 22:47:21 -07:00

91 lines
1.6 KiB
JSON

{
"layer": "top",
"spacing": 0,
"height": 0,
"margin-top": 8,
"margin-right": 8,
"margin-bottom": 0,
"margin-left": 8,
"modules-left": [
"hyprland/workspaces"
],
"modules-center": [
"clock"
],
"modules-right": [
"tray",
"cpu_text",
"cpu",
"memory",
"battery",
"network",
"pulseaudio"
],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"tooltip": false
},
"tray": {
"spacing": 10,
"tooltip": false
},
"clock": {
"format": "{:%I:%M %p - %a, %d %b %Y}",
"tooltip": false
},
"cpu": {
"format": "CPU {usage}%",
"interval": 2,
"states": {
"critical": 90
}
},
"memory": {
"format": "MEM {percentage}%",
"interval": 2,
"states": {
"critical": 80
}
},
"battery": {
"format": "BAT {capacity}%",
"interval": 5,
"states": {
"warning": 20,
"critical": 10
},
"tooltip": false
},
"network": {
"format-wifi" : "WIFI {bandwidthDownBits}",
"format-ethernet": "ETH {bandwidthDownBits}",
"format-disconnected" : "no network",
"interval": 5,
"tooltip": false
},
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,
"format": "VOL {volume}%",
"format-bluetooth": "vol {volume}%",
"nospacing": 1,
"on-click": "pavucontrol",
"tooltip": false
}
}