summaryrefslogtreecommitdiff
path: root/.config/waybar/config
blob: 94fe4840324c425fffa761a3197b465f8112a674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "layer": "bottom",
    "modules-left": ["sway/workspaces", "sway/mode"],
    "modules-center": ["sway/window"],
    "modules-right": ["battery", "pulseaudio", "network", "clock", "tray"],
    "sway/window": {
        "max-length": 50
    },
    "battery": {
        "format": "{capacity}% {icon}",
        "format-icons": ["", "", "", "", ""]
    },
    "clock": {
        "format-alt": "{:%a, %d. %b  %H:%M}"
    }
}