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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
|
// vim: ft=json commentstring=//\ %s
{
"layer": "top",
"position": "top",
"height": 25,
"gtk-layer-shell": true,
"modules-left": ["sway/mode", "sway/workspaces", "sway/window", "custom/mpv", "custom/mpd", "custom/spotify", "custom/toggl"],
"modules-center": ["custom/weather", "clock#local", "clock#utc"],
"modules-right": ["tray", "cpu", "memory", "disk#root", "disk#home", "temperature", "idle_inhibitor", "backlight", "custom/redshift", "pulseaudio", "network#wg", "network", "battery"],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": false,
"format": "{icon}",
"format-icons": {
"m": "",
"v": "",
"g": "",
"__vnc": ""
}
},
"sway/window": {
"format": "{}",
"max-length": 100
},
"sway/mode": {
"format": "{}"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"tray": {
"spacing": 10
},
"clock#local": {
"timezone": "Europe/Berlin",
"format": "{:<i>%a</i> %d %b <b>%H:%M</b>}",
"tooltip-format": "TZ: {:%Z %z}\n\n{calendar}"
},
"clock#utc": {
"timezone": "UTC",
"format": "({:<small>%Z</small> %H:%M})",
"tooltip-format": "{:%Z %z}"
},
"disk#root": {
"path": "/",
"format": " <small>/ </small>{percentage_used}%"
},
"disk#home": {
"path": "/home",
"format": "<small>/home </small>{percentage_used}%"
},
"cpu": {
"format": " {}%",
"on-click": "$HOME/bin/swx -t -f -- htop --sort-key PERCENT_CPU"
},
"memory": {
"format": " {}%",
"on-click": "$HOME/bin/swx -t -f -- htop --sort-key PERCENT_MEM"
},
"temperature": {
"critical-threshold": 100,
"format": "{icon} {temperatureC}℃",
"format-icons": ["", "", "", ""]
},
"backlight": {
"states": {
"off": "1"
},
"format": "{icon} {percent}%",
"format-icons": ["", "", ""],
"on-scroll-down": "light -D 5",
"on-scroll-up": "light -U 5",
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{icon} {time}",
"format-full": "",
"format-icons": ["", "", "", ""]
},
"network": {
"format-wifi": "{icon} ({signalStrength}%)",
"format-icons": ["", "", "", "", ""],
"format-ethernet": " {ifname}: {ipaddr}/{cidr}",
"format-linked": " {ifname}",
"format-disconnected": " ",
"tooltip-format": "{ifname}: {ipaddr}/{cidr}\nssid: {essid}\nsignal: {signaldBm} dbm\ndown: {bandwidthDownBits}\nup: {bandwidthUpBits}",
"tooltip-format-disconnected": "disconnected",
"on-click": "swx -t -f iwctl"
},
"network#wg": {
"interface": "wg0",
"format": "",
"tooltip-format": "wg0: {ipaddr}/{cidr}",
"tooltip-format-disconnected": "disconnected",
"on-click": "doas wg-quick up wg0",
"on-click-right": "doas wg-quick down wg0"
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}%",
"format-muted": " {volume}%",
"format-source": " {volume}%",
"format-source-muted": " {volume}%",
"format-icons": {
"headphones": "",
"handsfree": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click-right": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"on-click": "swx -t -f pulsemixer"
},
"custom/spotify": {
"format": " {}",
"return-type": "json",
"max-length": 80,
"escape": false,
"interval": 2,
"exec": "$HOME/.config/waybar/modules/waybar-media spotify",
"exec-if": "pgrep spotify"
},
"custom/mpd": {
"format": " {}",
"return-type": "json",
"max-length": 80,
"interval": 2,
"exec": "$HOME/.config/waybar/modules/waybar-media mpd",
"exec-if": "pgrep mpd"
},
"custom/mpv": {
"format": " {}",
"return-type": "json",
"max-length": 80,
"interval": 2,
"exec": "$HOME/.config/waybar/modules/waybar-media mpv",
"exec-if": "pgrep mpv"
},
"custom/toggl": {
"format": " {}",
"exec": "$HOME/.config/waybar/modules/toggl.lua 2>/dev/null",
"interval": 30
},
"custom/redshift": {
"format": "{icon}",
"format-icons": {
"day": "",
"night": ""
},
"exec-if": "pgrep redshift",
"exec": "$HOME/.config/waybar/modules/waybar-redshift",
"return-type": "json",
"on-click": "pkill -x -USR1 redshift",
"on-click-right": "pkill -x -HUP waybar-redshift"
},
"custom/weather": {
"format": "{icon} {percentage}℃",
"format-icons": {
"sunny": "",
"partlycloudy": "",
"cloudy": "",
"verycloudy": "",
"fog": "",
"lightrain": "",
"heavyrain": "",
"hail": "",
"thunder": "",
"lightsnow": "",
"heavysnow": "",
"snowrain": "",
},
"exec": "$HOME/.config/waybar/modules/weather.sh Berlin",
"interval": 600,
"return-type": "json",
"tooltip": true,
"signal": 4,
"on-click-right": "pkill -SIGRTMIN+5 waybar",
"on-click": "swx -t env REPORT=1 $HOME/.config/waybar/modules/weather.sh Berlin"
},
"mpd": {
"format": "{stateIcon} {artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})",
"format-disconnected": "",
"unknown-tag": "N/A",
"consume-icons": {
"on": ""
},
"random-icons": {
"off": "",
"on": ""
},
"repeat-icons": {
"on": ""
},
"single-icons": {
"on": ""
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "mpd (connected)",
"tooltip-format-disconnected": "mpd (disconnected)"
}
}
|