{
"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",
}
}