summaryrefslogtreecommitdiffstats
path: root/.config/waybar/config
blob: e4994bd974b997d8a16f246e3f575a402ae51458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "layer": "top",
    "position": "top",
    "modules-left": ["sway/workspaces", "sway/mode"],
    "modules-center": ["sway/window"],
    "modules-right": ["network", "cpu", "memory", "wireplumber", "sway/language", "clock"],

    "cpu": {
        "interval": 10,
        "format": "cpu {}%"
    },

    "memory": {
        "interval": 30,
        "format": "ram {used:0.1f}G/{total:0.1f}G",
    },

    "wireplumber": {
        "format": "vol {volume}%",
        "format-muted": "muted",
        "on-click": "helvum"
    },

    "clock": {
        "interval": 60,
        "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
        "format": "{:%a, %d %b, %H:%M}"
    }
}