aboutsummaryrefslogtreecommitdiff
path: root/rsblocks.yml
blob: ff173ea50a4e3818adffb50ec9297ef9cc308193 (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 enable option for this  
time:
  icon: ''
  format: '%d %b, %I:%M:%S %p'
  delay: 1.0

  
memory:
  icon: '▦'
  enable: true
  delay: 2.0

  
disk:
  icon: ''
  enable: true
  delay: 120.0

  
battery:
  icon: ''
  enable: false
  source: 'BAT0'
  delay: 120.0
  

cpu_temperature:
  icon: ''
  enable: true
  delay: 120.0


# cpu load average  
loadavg:
  icon: ''
  enable: false
  delay: 2.0
  

mpd:
  icon: ''
  host: '127.0.0.1'
  port: '6600'
  enable: false
  delay: 5.0

  
volume:
  icon: ''
  enable: true
  delay: 0.18
  card: 'PULSE'


spotify:
  icon: ''  
  enable: 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:
  enable: true
  icon: ''
  city: ''        
  format: '%l:+%t'
  delay: 7200.0   # 7200 seconds = 2 hours