summaryrefslogtreecommitdiff
path: root/config/i3status-rust/config.toml
blob: 2b7696b5b3ccdcccbef3f13647bd966d1fb95090 (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
42
icons_format = "{icon}"

[theme]
theme = "nord-dark"
[icons]
icons = "awesome5"

[[block]]
block = "memory"
format = " $icon $mem_used.eng(w:3,u:B,p:M) $mem_used_percents.eng(w:1) "
format_alt = " $icon_swap $swap_used.eng(w:3,u:B,p:M) $swap_used_percents.eng(w:1) "

[[block]]
block = "cpu"
interval = 1

[[block]]
block = "load"
format = " $icon $1m.eng(w:3) "
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 $timestamp.datetime(f:'%a %d/%m %R') "
short = " $icon %R "