greetd-tlgreet/waybar.conf

25 lines
688 B
Plaintext

{
"layer": "top",
"position": "top",
"height": 30,
"modules-left": [],
"modules-center": ["clock"],
"modules-right": ["network", "battery"],
"clock": {
"timezone": "America/Chicago",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
}
}