Newer
Older
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"position": "top",
"height": 32,
"width": 1904,
"spacing": 0,
"margin-top": 4,
"modules-left": ["clock#date", "custom/updates"],
"modules-center": ["wlr/workspaces"],
"modules-right": ["cpu", "memory", "pulseaudio","clock"],
"custom/updates": {
"exec": "checkupdates | wc -l",
"format": " {} pending updates",
"interval": 60
},
"clock": {
"format": " {:%I:%M%p}",
"height": 26
},
"clock#date": {
"format": " {:%A, %b %d}"
},
"cpu": {
"format": " {usage}%",
"tooltip": false
},
"memory": {
"format": " {}%"
},
"wlr/workspaces": {
"format": "{icon}",
"on-click": "activate",
"active-only": false,
"all-outputs": true,
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"6": "",
"urgent": ""
},
},
"pulseaudio": {
"format": " {volume}%",
"format-icons": {
"headphone": "",
"default": ["", ""]
},
"scroll-step": 1,
"on-click": "pavucontrol",
"ignored-sinks": ["Easy Effects Sink"]
},
"sort-by-number": true
}
}