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
|
{
"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"
},
"battery": {
"format": "{icon} {capacity:3}%",
"format-icons": ["", "", ""]
},
"clock": {
"format": " {:%Y-%m-%d %H:%M}"
}
}
|