-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-config.toml
More file actions
55 lines (43 loc) · 913 Bytes
/
sample-config.toml
File metadata and controls
55 lines (43 loc) · 913 Bytes
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
# global settings
interval = 1
[[block]]
block = 'Volume'
interval = 20
update_on_signal = 'SIGUSR1'
[[block]]
block = 'Network'
title = 'VPN'
device = 'tun0'
template = "{{title}}{{totalDown}} at {{ipv4}}"
[[block]]
block = 'Network'
title = 'W'
device = 'wlp4s0'
template = "{{title}}{{bytesUp}} {{bytesDown}} of {{totalDown}} at {{ssid}} {{ipv4}}"
[[block]]
block = 'Network'
title = 'USB'
device = 'enp0s20f0u3'
hide_if_down = true
template = "{{title}}{{bytesUp}} {{bytesDown}} of {{totalDown}} at {{ipv4}}"
[[block]]
block = 'Network'
title = 'E'
device = 'enp0s31f6'
hide_if_down = true
template = "{{title}}{{bytesUp}} {{bytesDown}} of {{totalDown}} at {{ipv4}}"
[[block]]
block = 'Temperature'
[[block]]
block = 'CPU'
[[block]]
block = 'Memory'
[[block]]
block = 'Disk'
disk = '/dev/sda2'
interval = 5
sick_threshold = 20 # percentage
[[block]]
block = 'Battery'
[[block]]
block = 'DateTime'