{ "position": "bottom", "modules-left": ["wlr/workspaces"], "modules-center": ["network"], "modules-right": ["battery", "clock"], "height": "20", "clock": { "format": "{:%Y-%m-%d %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}", }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "🡳{capacity}% at {power}W", "format-charging": "🡱{capacity}%", "format-plugged": "{capacity}%", "format-critical": "!{capacity}% at {power}W", "format-icons": ["", "", "", "", ""] }, "network": { "format":"", "format-linked": "link on {ifname}", "format-disconnected": "no network connected", }, "wlr/workspaces": { "format": "{name}" }, "custom/state": { "exec": "/usr/bin/waybar-custom-state", } }