blob: 2e321480445901ee8f5ff346eaf6c6dbdfcc8637 (
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
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
|
# This is the full configuration template available for rsblocks.
# NOTE: the (delay) is in **SECONDS** and the float point "." is required.
general:
seperator: '┃'
# Time always running, no enabled option for this
time:
icon: ''
format: '%d %b, %I:%M:%S %p'
delay: 1.0
memory:
icon: '▦'
enabled: true
delay: 2.0
disk:
icon: ''
enabled: true
delay: 120.0
battery:
icon: ''
enabled: false
source: 'BAT0'
delay: 120.0
cpu_temperature:
icon: ''
enabled: true
delay: 120.0
# cpu load average
loadavg:
icon: ''
enabled: false
delay: 2.0
mpd:
icon: ''
host: '127.0.0.1'
port: '6600'
enabled: false
delay: 5.0
volume:
icon: ''
enabled: true
delay: 0.18
card: 'PULSE'
spotify:
icon: ''
enabled: false
delay: 0.5
# weather format options is available on
# https://github.com/chubin/wttr.in
# NOTES:
# - if the city field set to empty, it will try to read location automatically.
# - if you have multiple formats and want to insert space between them use '+' instead.
# - giving (city) a value is recommended.
weather:
enabled: true
icon: ''
city: ''
format: '%l:+%t'
delay: 7200.0 # 7200 seconds = 2 hours
|