1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"layer": "top",
"position": "bottom",
"gtk-layer-shell": false,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-right": ["tray", "network", "battery", "pulseaudio", "clock"],
"network": {
"on-click": "connman-gtk",
"tooltip": false
},
"battery": {
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""],
"tooltip": false
},
"pulseaudio": {
"on-click": "pavucontrol",
"tooltip": false
},
"clock": {
"format": "{:%Y-%m-%d %H:%M}",
"tooltip": false
}
}
|