aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar/config
blob: 403da07e1735f54a9aa0d72a835f7aae670076bd (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
// vim: filetype=json
[{
    "layer": "top",
    "height": 34,
	"include": [ "~/.config/waybar/modules.json" ],
    "modules-left": [
        "clock",
        "niri/workspaces",
        "mpris",
        "wireplumber"
    ],
    "modules-center": [
    ],
    "modules-right": [
        "custom/weather",
        "custom/mail-status",
        "cpu",
        "memory",
        "backlight",
        "battery#bat0",
        "battery#bat1",
        "custom/batwatt",
        "custom/torrent-status",
        "network",
        "niri/language",
        "tray",
    ]
}]