dotfiles/.config/waybar/config.jsonc

19 lines
378 B
JSON
Raw Permalink Normal View History

2025-12-25 22:21:17 +01:00
{
"layer": "top",
"modules-left": ["niri/workspaces"],
"modules-center": ["niri/window"],
"modules-right": ["battery", "clock"],
"niri/window": {
"max-length": 100
},
"battery": {
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""]
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}",
"tooltip": false
}
}