aboutsummaryrefslogtreecommitdiff
path: root/waybar/sway.conf
blob: d117f96d3e0d5aef679840f871feb8a65cab3cc1 (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
34
35
36
{
    "position": "top",
    "modules-left": ["sway/workspaces"],
    "modules-center": ["sway/window"],
    "modules-right": ["network", "pulseaudio", "battery", "clock", "tray"],

    "sway/workspaces" : {
        "format": "{name}"
    },

    "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",
        "ignored-sinks": ["Built-in Audio Digital Stereo (HDMI)",
                          "Built-in Audio Digital Stereo (HDMI 2)"]
    },

    "battery": {
        "format": "{icon}  {capacity:3}%",
        "format-icons": ["", "", "", "", ""]
    },

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