{
"layer": "top",
"height": 24,
"spacing": 0,
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-center": [],
"modules-right": [
"pulseaudio",
"cpu",
"temperature",
"custom/memory",
"disk",
"custom/wifi",
"network#bond",
"battery",
"clock",
"tray",
],
"sway/workspaces": {
"disable-scroll": true,
},
"sway/window": {
"max-length": 60,
},
"cpu": {
"format": "CPU {usage}%",
"format-low": "CPU {usage}%",
"format-medium": "CPU {usage}%",
"format-high": "CPU {usage}%",
"format-critical": "CPU {usage}%",
"states": {
"low": 0,
"medium": 30,
"high": 60,
"critical": 80,
},
"interval": 5,
"tooltip": false,
},
"custom/memory": {
"exec": "~/.config/waybar/memory-status.sh",
"return-type": "json",
"interval": 10,
"tooltip": false,
},
"disk": {
"path": "/",
"unit": "GB",
"interval": 30,
"format": "DSK {specific_used:0.1f}G {percentage_used}%",
"format-low": "DSK {specific_used:0.1f}G {percentage_used}%",
"format-medium": "DSK {specific_used:0.1f}G {percentage_used}%",
"format-high": "DSK {specific_used:0.1f}G {percentage_used}%",
"format-critical": "DSK {specific_used:0.1f}G {percentage_used}%",
"states": {
"low": 0,
"medium": 30,
"high": 60,
"critical": 80,
},
"tooltip-format": "{path}: {specific_used:0.1f}G / {specific_total:0.1f}G",
},
"temperature": {
"format": "{temperatureC}°C",
"format-cool": "{temperatureC}°C",
"format-warm": "{temperatureC}°C",
"format-hot": "{temperatureC}°C",
"format-scorching": "{temperatureC}°C",
"states": {
"cool": 0,
"warm": 50,
"hot": 65,
"scorching": 80,
},
"interval": 5,
},
"custom/wifi": {
"exec": "~/.config/waybar/wifi-status.sh",
"return-type": "json",
"interval": 10,
},
"network#bond": {
"interface": "bond0",
"interval": 5,
"format": "↓{bandwidthDownBits} ↑{bandwidthUpBits}",
"format-disconnected": "bond off",
"tooltip-format": "{ifname}: {ipaddr}/{cidr}",
},
"battery": {
"format": "BAT {capacity}%",
"format-charging": "CHR {capacity}%",
"format-plugged": "PLG {capacity}%",
"states": {
"warning": 30,
"critical": 15,
},
},
"pulseaudio": {
"format": "VOL {volume}%",
"format-low": "VOL {volume}%",
"format-medium": "VOL {volume}%",
"format-high": "VOL {volume}%",
"format-critical": "VOL {volume}%",
"format-muted": "MUTE",
"states": {
"low": 0,
"medium": 50,
"high": 80,
"critical": 95,
},
"scroll-step": 5,
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
},
"clock": {
"format": "{:%a %d %b %H:%M}",
"tooltip-format": "{:%Y-%m-%d %H:%M:%S}",
},
"tray": {
"spacing": 8,
},
}