You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
946 B

{
"position": "bottom",
"modules-left": ["wlr/workspaces"],
"modules-center": ["network"],
"modules-right": ["battery", "clock"],
"height": "20",
"clock": {
"format": "{:%Y-%m-%d %H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
},
"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",
}
}