aboutsummaryrefslogtreecommitdiff
path: root/waybar/river.conf
blob: 6c8553afebb628fea8a4f6c01494db36d7c162ed (plain) (blame)
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
30
31
32
33
{
    "position": "top",
    "modules-left": ["river/tags"],
    "modules-center": ["river/window"],
    "modules-right": ["network", "pulseaudio", "battery", "clock", "tray"],

    "river/tags" : {
    },

    "network": {
        "format-wifi": "直 {essid}",
        "format-ethernet": "ﯱ {ifname}",
        "format-disconnected": " disconnected",
        "on-click": "connman-gtk"
    },

    "pulseaudio": {
        "format": "墳 {volume:3}%",
        "format-muted": "婢 mute",
        "scroll-step": 5,
        "on-click": "pavucontrol",
        "on-click-right": "pulsemixer --toggle-mute"
    },

    "battery": {
        "format": "{icon} {capacity:3}%",
        "format-icons": ["", "", ""]
    },

    "clock": {
        "format": " {:%Y-%m-%d %H:%M}"
    }
}