-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.backup
More file actions
453 lines (438 loc) · 10.7 KB
/
config.yaml.backup
File metadata and controls
453 lines (438 loc) · 10.7 KB
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
watch_stylesheet: true
watch_config: true
debug: false
update_check: true
komorebi:
start_command: "komorebic start --whkd"
stop_command: "komorebic stop --whkd"
reload_command: "komorebic reload-configuration"
bars:
primary-bar:
enabled: true
screens: ["*"]
class_name: "yasb-bar"
alignment:
position: "top"
center: false
blur_effect:
enabled: false
acrylic: false
dark_mode: true
round_corners: false
border_color: "None"
window_flags:
always_on_top: true
windows_app_bar: true
hide_on_fullscreen: true
dimensions:
width: "100%"
height: 30
padding:
top: 4
left: 4
bottom: -1
right: 4
widgets:
left:
- "weather"
- "volume"
- "media"
center:
- "notifications"
- "memory"
- "cpu"
- "clock"
- "traffic"
right:
- "systray"
- "active_window"
- "komorebi_workspaces"
- "komorebi_active_layout"
widgets:
cpu:
type: "yasb.cpu.CpuWidget"
options:
label: "<span>\ue950</span> {info[percent][total]}%"
label_alt: "{info[histograms][cpu_percent]}"
update_interval: 1000
histogram_icons:
- '\u2581' # 0%
- '\u2581' # 10%
- '\u2582' # 20%
- '\u2583' # 30%
- '\u2584' # 40%
- '\u2585' # 50%
- '\u2586' # 60%
- '\u2587' # 70%
- '\u2588' # 80%+
histogram_num_columns: 8
callbacks:
on_left: "toggle_cpu_menu"
on_middle: "exec cmd /c Taskmgr"
on_right: "toggle_label"
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
memory:
type: "yasb.memory.MemoryWidget"
options:
label: "<span>\uefc5</span> {virtual_mem_used}/{virtual_mem_total}"
update_interval: 5000
callbacks:
on_left: "do_nothing"
on_middle: "do_nothing"
on_right: "do_nothing"
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
traffic:
type: "yasb.traffic.TrafficWidget"
options:
label: "<span class='download'>\uea9a {download_speed}</span>|<span class='upload'>{upload_speed} \ueaa1</span>"
update_interval: 1000
menu:
round_corners: false
alignment: "center"
direction: "down"
offset_top: true
callbacks:
on_left: "toggle_menu"
on_right: "do_nothing"
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
komorebi_active_layout:
type: "komorebi.active_layout.ActiveLayoutWidget"
options:
hide_if_offline: true
label: "{icon}"
layouts:
- "bsp"
- "columns"
- "rows"
- "grid"
- "scrolling"
- "vertical_stack"
- "horizontal_stack"
- "ultrawide_vertical_stack"
- "right_main_vertical_stack"
layout_icons:
bsp: "\uebeb"
columns: "\uebf7"
rows: "\uec01"
grid: "\udb81\udf58"
scrolling: "\uebf7"
vertical_stack: "\uebee"
horizontal_stack: "\uebf0"
ultrawide_vertical_stack: "\uebee"
right_main_vertical_stack: "\uebf1"
monocle: "\uf06f"
maximized: "\uf06f"
floating: "\uf2d2"
paused: "\udb83\udf89"
tiling: "\udb81\ude40"
callbacks:
on_left: "toggle_layout_menu"
on_middle: "toggle_tiling"
on_right: "next_layout"
layout_menu:
blur: true
round_corners: false
alignment: "left"
direction: "down"
offset_top: true
show_layout_icons: true
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
komorebi_workspaces:
type: "komorebi.workspaces.WorkspaceWidget"
options:
label_offline: "<span>\ueb96</span>"
label_default_name: ""
label_zero_index: false
hide_empty_workspaces: false
hide_if_offline: false
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
active_window:
type: "yasb.active_window.ActiveWindowWidget"
options:
label: "{win[title]}"
label_alt: "{win[process][name]} | {win[class_name]}"
label_icon: false
label_icon_size: 16
max_length: 30
max_length_ellipsis: "..."
monitor_exclusive: false
animation:
enabled: false
duration: 200
type: "fadeInOut"
rewrite:
- pattern: "Visual Studio Code"
replacement: "VSC"
ignore_window:
classes: []
processes: []
titles:
- Task Switching
- Magnifier
- Notification Center
- Raycast
- Windows Shell Experience Host
- Shut Down Windows
- Delete File
- Delete Folder
- Delete Shortcut
- Delete Multiple Items
callbacks:
on_left: "do_nothing"
on_right: "toggle_label"
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
media:
type: "yasb.media.MediaWidget"
options:
label: "{title}"
label_alt: "{artist}"
callbacks:
on_left: "toggle_media_menu"
on_middle: "toggle_play_pause"
on_right: "toggle_label"
max_field_size:
label: 60
label_alt: 60
hide_empty: true
show_thumbnail: false
scrolling_label:
enabled: false
update_interval_ms: 33
ease_slope: 20
ease_pos: 0.8
ease_min: 0.5
icons:
prev_track: "\ue892"
next_track: "\ue893"
play: "\ue768"
pause: "\ue769"
media_menu:
blur: true
round_corners: false
round_corners_type: "normal"
border_color: "system"
alignment: "center"
direction: "down"
offset_top: true
thumbnail_corner_radius: 6
thumbnail_size: 100
max_title_size: 40
max_artist_size: 20
show_source: true
icons:
play: "\ue768"
pause: "\ue769"
prev_track: "\ue892"
next_track: "\ue893"
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
systray:
type: "yasb.systray.SystrayWidget"
options:
class_name: "systray"
label_collapsed: "\ued59"
label_expanded: "\ue77c"
show_unpinned: false
show_unpinned_button: true
show_battery: false
show_volume: false
show_network: false
container_padding:
top: 0
left: 0
bottom: 0
right: 0
container_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
weather:
type: "yasb.weather.WeatherWidget"
options:
label: "<span>{icon}</span> {temp}"
label_alt: "Low: {min_temp} | High: {max_temp} | Humidity: {humidity}"
api_key: "f5bc02da05ce44f0b29231930251207" # Get your free API key from https://www.weatherapi.com/
show_alerts: true
update_interval: 600
hide_decimal: true
units: "metric"
location: "Cairo, Egypt"
callbacks:
on_left: "toggle_card"
on_middle: "do_nothing"
on_right: "toggle_label"
icons:
sunnyDay: "\ue30d"
clearNight: "\ue32b"
cloudyDay: "\ue312"
cloudyNight: "\ue311"
rainyDay: "\ue308"
rainyNight: "\ue333"
snowyIcyDay: "\ue30a"
snowyIcyNight: "\ue335"
blizzardDay: "\udb83\udf36"
blizzardNight: "\udb83\udf36"
foggyDay: "\ue303"
foggyNight: "\ue346"
thunderstormDay: "\ue30f"
thunderstormNight: "\ue338"
default: "\uebaa"
weather_card:
blur: true
round_corners: false
round_corners_type: "normal"
border_color: "System"
alignment: "center"
direction: "down"
icon_size: 40
offset_top: true
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
clock:
type: "yasb.clock.ClockWidget"
options:
label: "{%I:%M %p}"
label_alt: "{%A, %d %B %Y}"
update_interval: 1000
calendar:
blur: true
round_corners: false
alignment: "center"
direction: "down"
offset_top: true
callbacks:
on_left: "toggle_calendar"
on_right: "toggle_label"
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
volume:
type: "yasb.volume.VolumeWidget"
options:
label: "<span>{icon}</span>{level}"
volume_icons:
- "\ue74f" # Icon for muted
- "\ue992" # Icon for 0-10% volume
- "\ue993" # Icon for 11-30% volume
- "\ue994" # Icon for 31-60% volume
- "\ue995" # Icon for 61-100% volume
audio_menu:
blur: true
round_corners: false
round_corners_type: "normal"
border_color: "System"
alignment: "center"
direction: "down"
offset_top: true
callbacks:
on_left: "toggle_volume_menu"
on_right: "toggle_mute"
container_padding:
top: 0
left: 0
bottom: 0
right: 0
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]
notifications:
type: "yasb.notifications.NotificationsWidget"
options:
label: "<span>\ue7e7</span>{count}"
label_alt: "{count} Notification(s)"
hide_empty: true
tooltip: false
callbacks:
on_left: "toggle_notification"
on_middle: "clear_notifications"
on_right: "toggle_label"
container_padding:
top: 0
left: 10
bottom: 0
right: 10
label_shadow:
enabled: true
color: "black"
radius: 5
offset: [0, 0]