blob: 9611a8d81ba2409c233f706155f51881258e1616 (
plain)
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
|
icons_format = "{icon}"
[theme]
theme = "nord-dark"
[icons]
icons = "awesome5"
[[block]]
block = "memory"
format = " $icon $mem_used.eng(3,B,M) $mem_used_percents.eng(1) "
format_alt = " $icon_swap $swap_used.eng(3,B,M) $swap_used_percents.eng(1) "
[[block]]
block = "cpu"
interval = 1
[[block]]
block = "load"
interval = 1
[[block]]
block = "net"
format_alt = " $icon {$signal_strength $frequency|Wired connection} "
interval = 1
#[[block]]
#block = "custom"
# ⌨ == '\xE2\x8C\xA8'
#cycle = ["xinput enable 'AT Translated Set 2 keyboard'; echo '⌨ ON'", "xinput disable 'AT Translated Set 2 keyboard'; echo '⌨ OFF'"]
[[block]]
block = "battery"
interval = 10
format = " $icon $percentage $time "
[[block]]
block = "time"
interval = 5
[block.format]
full = " $icon %a %d/%m %R "
short = " $icon %R "
|