-
Notifications
You must be signed in to change notification settings - Fork 5
/
baru.yaml
733 lines (602 loc) · 14.7 KB
/
baru.yaml
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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
# List of all options
# If the word "required" is mentioned, the corresponding option is required.
# Otherwise, it is optional.
# # # # #
# Root #
# # # # #
# format: String, required
#
# The global output.
#
# You can pick which modules you want to display. Using the special markup `%x`
# where `x` is the letter of the module.
# These markups are replaced by the output of the corresponding modules.
#
# Modules available:
# a → battery
# b → brightness
# c → cpu usage
# d → datetime
# e → wired
# f → cpu frequency
# m → memory
# i → mic
# r → weather
# s → sound
# t → temperature
# w → wireless
#
# The character "%" can be escaped by prepending a backslash: `\%`
#
format: '%c %t %b %s %w%e %a %d'
# tick: u32, default: 50
#
# The main refresh rate in millisecond.
#
tick: 100
# pulse_tick: u32, default: 50
#
# The refresh rate in millisecond of the PulseAudio thread.
#
pulse_tick: 100
# failed_icon: String, default: ✗
#
# The icon printed when a module has failed.
#
failed_icon: '✗'
# Module output:
# Each module takes a `format` string option.
# `%l` and `%v` are respectively the label and the current value of the module.
# Note: for some module, the label can be dynamic. See below.
# # # # # # # # # #
# Battery module #
# # # # # # # # # #
battery:
# Takes the following options:
# tick: u32, default: 500
#
# The refresh rate in millisecond of the module thread.
#
tick: 1000
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# name: String, default: BAT0
#
# The directory name under /sys/class/power_supply/
#
name: BAT1
# low_level: u32, default: 10
#
# The level below which the battery level is considered low.
#
low_level: 20
# full_design: bool, default: false
#
# Whether or not the current level is calculated based on the full design value.
#
full_design: true
# full_label: String, default: *ba
#
# The label printed when the battery is full.
#
full_label: '*ba'
# charging_label: String, default: ^ba
#
# The label printed when the battery is charging.
#
charging_label: '^ba'
# discharging_label: String, default: bat
#
# The label printed when the battery is discharging.
#
discharging_label: bat
# low_label: String, default: !ba
#
# The label printed when the battery is discharging and the level is low.
#
low_label: '!ba'
# unknown_label: String, default: .ba
#
# The label printed when the battery state is unknown.
#
unknown_label: '.ba'
# format: String, default: %l:%v
#
# The module format.
#
format: '%l:%v'
# # # # # # # # # # #
# Brightness module #
# # # # # # # # # # #
brightness:
# Takes the following option:
# tick: u32, default: 50
#
# The refresh rate in millisecond of the module thread.
#
tick: 100
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# sys_path: String, default: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
#
# /sys/devices path
#
sys_path: /sys/devices/something/intel_backlight
# label: String, default: bri
#
# The label printed.
#
label: bri
# format: String, default: %l:%v
#
# The module format.
#
format: '%l:%v'
# # # # # # # # # # #
# Cpu usage module #
# # # # # # # # # # #
cpu_usage:
# Takes the following options:
# tick: u32, default: 500
#
# The refresh rate in millisecond of the module thread.
#
tick: 1000
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# high_level: u32, default: 90
#
# The percentage above which the cpu usage is considered high.
#
high_level: 95
# label: String, default: cpu
#
# The label printed when the cpu usage is below high level.
#
label: cpu
# high_label: String, default: !cp
#
# The label printed when the cpu usage is above high level.
#
high_label: '!cp'
# format: String, default: %l:%v
#
# The module format.
#
format: '%l:%v'
# # # # # # # # # # # # #
# Cpu frequency module #
# # # # # # # # # # # # #
cpu_freq:
# Takes the following options:
# tick: u32, default: 100
#
# The refresh rate in millisecond of the module thread.
#
tick: 500
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# show_max_freq: bool, default: false
#
# Whether or not the maximum cpu frequency is printed.
#
max_freq: true
# unit: Unit, default: Smart
#
# enum Display { MHz, GHz, Smart }
#
# The unit of the frequency.
# Smart means if the frequency is less than 1000MHz it will be printed in MHz.
# Otherwise it will be printed in GHz.
#
unit: MHz
# high_level: u32, default: 80
#
# The percentage above which the cpu frequency is considered high.
#
high_level: 90
# label: String, default: fre
#
# The label printed when the cpu frequency is below high level.
#
label: fre
# high_label: String, default: !fr
#
# The label printed when the cpu frequency is above high level.
#
high_label: '!fr'
# format: String, default: %l:%v
#
# The module format.
#
format: '%l:%v'
# # # # # # # # # #
# DateTime module #
# # # # # # # # # #
date_time:
# Takes the following option:
# tick: u32, default: 500
#
# The refresh rate in millisecond of the module thread.
#
tick: 1000
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# date_format: String, default: %a. %-e %B %Y, %-kh%M
#
# The format. For the syntax see https://docs.rs/chrono/*/chrono/format/strftime/index.html
#
date_format: '%-kh%M'
# label: String, default: None
#
# The label printed.
#
label: dat
# format: String, default: %v
#
# The module format.
#
format: '%v'
# # # # # # # # #
# Memory module #
# # # # # # # # #
memory:
# Takes the following options:
# tick: u32, default: 500
#
# The refresh rate in millisecond of the module thread.
#
tick: 1000
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# display: Display, default: GiB
#
# enum Display { GB, GiB, Percentage }
#
# Display as used/total in mega/gigabyte, as used/total in mebi/gibibyte or as a percentage.
#
display: GB
# high_level: u32, default: 90
#
# The percentage above which the memory usage is considered high.
#
high_level: 95
# label: String, default: mem
#
# The label printed when the memory usage is below high level.
#
label: mem
# high_label: String, default: !me
#
# The label printed when the memory usage is above high level.
#
high_label: '!me'
# format: String, default: %l:%v
#
# The module format.
#
format: '%l:%v'
# # # # # # # #
# Mic module #
# # # # # # # #
mic:
# Takes the following options:
# tick: u32, default: 50
#
# The refresh rate in millisecond of the module thread.
#
tick: 100
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# source_name: String, default: None
#
# If not provided, the default source will be used automatically.
# You can get it with `pactl list sources` command.
#
source_name: "some_name"
# label: String, default: mic
#
# The label printed when the mic is unmute.
#
label: mic
# mute_label: String, default: .mi
#
# The label printed when the mic is mute.
#
mute_label: '.mi'
# format: String, default: %l:%v
#
# The module format.
#
format: '%l_%v'
# # # # # # # # # #
# Weather module #
# # # # # # # # # #
weather:
# Module to display the current weather condition and temperature.
# The weather condition is either shown as an icon or as a text.
# The data is fetched from https://openweathermap.org/current API.
# It takes the following options:
# tick: u32, default: 120
#
# The refresh rate in **seconds** of the weather data.
#
tick: 120
# location: { lat: f32, lon: f32 } | String, required
#
# The location of the weather data. It can be either coordinates
# (latitude and longitude) or a city name/zip-code.
# ⚠ city name/zip-code is deprecated by the openweather API.
#
location:
lat: 42.38
lon: 8.94
# api_key: String, required
#
# Your openweathermap API key.
# see https://home.openweathermap.org/api_keys
#
api_key: 'xxx'
# unit: standard | metric | imperial, default: metric
#
# The unit of the temperature.
# - standard: Kelvin
# - metric: Celsius
# - imperial: Fahrenheit
#
unit: 'metric'
# lang: String, default: None
#
# Two-letter language code
#
lang: 'en'
# icons: List of IconSet, default: None
#
# Possible icons:
# clear_sky partly_cloudy cloudy very_cloudy shower_rain rain
# thunderstorm snow mist default
#
# For each weather condition, you can provide a list of two icons variants.
# First is for the day and second for the night.
# Or provide a single icon for both.
# Each icon is optional.
#
icons:
clear_sky: ['', '']
partly_cloudy: ['', '']
cloudy: ''
very_cloudy: ''
shower_rain: ''
rain: ''
thunderstorm: ''
snow: ''
mist: ''
default: ''
# text_mode: Bool, default: true
#
# Display the weather condition as a short text (instead of an icon).
# It is the default if no icon is provided.
#
text_mode: false
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# label: String, default: wtr
#
# The module label.
#
label: wtr
# format: String, default: %v
#
# The module format.
#
format: '%v'
# # # # # # # # #
# Sound module #
# # # # # # # # #
sound:
# Takes the following options:
# tick: u32, default: 50
#
# The refresh rate in millisecond of the module thread.
#
tick: 100
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# sink_name: String, default: None
#
# If not provided, the default sink will be used automatically.
# You can get it with `pactl list sinks` command.
#
sink_name: "some_name"
# label: String, default: sou
#
# The label printed when the sound is unmute.
#
label: sou
# mute_label: String, default: .so
#
# The label printed when the sound is mute.
#
mute_label: '.so'
# format: String, default: %l:%v
#
# The module format.
#
format: '%l:%v'
# # # # # # # # # # # #
# Temperature module #
# # # # # # # # # # # #
temperature:
# Takes the following options:
# tick: u32, default: 50
#
# The refresh rate in millisecond of the module thread.
#
tick: 100
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# coretemp: String, default: /sys/devices/platform/coretemp.0/hwmon
#
# The path without the last directory level (because it varies on each kernel boot).
# Under this variable directory are located the input files (see below).
# For example on my machine it can be /sys/devices/platform/coretemp.0/hwmon/hwmon7 or hwmon6 etc.
# The variable directory is resolved dynamically.
#
coretemp: /sys/devices/platform/coretemp.0/hwmon
# core_inputs: u32 | List of u32 | String, default: 1
#
# The average temperature is calculated from one or several input files.
# Input files are located in the directory /sys/devices/platform/coretemp.0/hwmon/*
# and are named `tempn_input` where n is a number.
# e.g. temp1_input temp2_input
# Input files can contain the temperature of a cpu core.
# Based on the cpu and its number of cores you want to provide
# the corresponding input file number(s).
# Tips: see the label files, e.g. `temp1_label`, to identify
# which input files reports cpu core temperature.
#
# This option can be set either to:
# A number to select one input file, eg. 1 for temp1_input.
# A list of number to select multiple input files, eg.
# core_inputs: [ 2, 6 ] to select temp2_input and temp6_input
# A inclusive range to select multiple input files, eg.
# core_inputs: 2..3 to select temp1_input temp2_input and temp3_input
#
core_inputs: 1
# high_level: u32, default: 75
#
# The percentage above which the temperature is considered high.
#
high_level: 80
# label: String, default: tem
#
# The label printed when the temperature is below high level.
#
label: tem
# high_label: String, default: !te
#
# The label printed when the temperature is above high level.
#
high_label: '!te'
# format: String, default: %l:%v
#
# The module format.
#
format: '%l:%v'
# # # # # # # # #
# Wired module #
# # # # # # # # #
wired:
# Takes the following options:
# tick: u32, default: 1000
#
# The refresh rate in millisecond of the module thread.
#
tick: 500
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# discrete: bool, default: false
#
# If true and there is no active wired connection, print nothing.
#
discrete: true
# interface: String, default: enp0s31f6
#
# The name of the wired interface.
#
interface: eth0
# label: String, default: eth
#
# The label printed when a wired connection is active.
#
label: eth
# disconnected_label: String, default: .et
#
# The label printed when there is no active wired connection.
#
disconnected_label: '.et'
# format: String, default: %l
#
# The module format (this module has no value to print).
#
format: '%l'
# # # # # # # # # #
# Wireless module #
# # # # # # # # # #
wireless:
# Takes the following options:
# tick: u32, default: 500
#
# The refresh rate in millisecond of the module thread.
#
tick: 250
# placeholder: String, default: -
#
# Value to display when there is no data available yet.
#
placeholder: '-'
# display: Display, default: Signal
#
# enum Display { Essid, Signal }
#
# Print the essid name or the signal strength in percentage.
#
display: Essid
# max_essid_len: usize, default: 10
#
# Limit the length of the essid name.
#
max_essid_len: 5
# interface: String, default: wlan0
#
# The name of the wireless interface.
#
interface: wlp2s0
# label: String, default: wle
#
# The label printed when a wireless connection is active.
#
label: wle
# disconnected_label: String, default: .wl
#
# The label printed when there is no active wireless connection.
#
disconnected_label: '.wl'
# format: String, default: %l:%v
#
# The module format.
#
format: '%l:%v'