2021-01-09 02:10:19 +01:00
|
|
|
# This is the full configuration template available for rsblocks.
|
|
|
|
# NOTE: the (delay) is in **SECONDS** and the float point "." is required.
|
2021-01-02 23:47:40 +01:00
|
|
|
|
2021-01-26 00:44:13 +01:00
|
|
|
seperator: '┃'
|
2020-12-22 05:30:27 +01:00
|
|
|
|
2021-01-12 23:44:02 +01:00
|
|
|
|
2021-01-21 22:24:15 +01:00
|
|
|
# Time always running, no enabled option for this
|
2020-12-22 05:30:27 +01:00
|
|
|
time:
|
|
|
|
icon: ''
|
|
|
|
format: '%d %b, %I:%M:%S %p'
|
2021-01-02 23:47:40 +01:00
|
|
|
delay: 1.0
|
2020-12-22 05:30:27 +01:00
|
|
|
|
2021-01-26 00:44:13 +01:00
|
|
|
|
|
|
|
# ethernet/wifi bandwith
|
|
|
|
netspeed:
|
|
|
|
transmit_icon: ''
|
|
|
|
recieve_icon: ''
|
|
|
|
interface: 'wlan0'
|
|
|
|
enabled: false
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
memory:
|
2021-01-12 23:33:25 +01:00
|
|
|
icon: '▦'
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: true
|
2021-01-02 23:47:40 +01:00
|
|
|
delay: 2.0
|
2020-12-22 05:30:27 +01:00
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
|
2020-12-22 05:30:27 +01:00
|
|
|
disk:
|
2021-01-12 23:33:25 +01:00
|
|
|
icon: ''
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: true
|
2021-01-02 23:47:40 +01:00
|
|
|
delay: 120.0
|
2020-12-24 02:34:32 +01:00
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
|
2021-01-11 03:37:56 +01:00
|
|
|
battery:
|
|
|
|
icon: ''
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: false
|
2021-01-12 23:44:02 +01:00
|
|
|
source: 'BAT0'
|
2021-01-11 03:37:56 +01:00
|
|
|
delay: 120.0
|
|
|
|
|
|
|
|
|
|
|
|
cpu_temperature:
|
|
|
|
icon: ''
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: true
|
2021-01-11 03:37:56 +01:00
|
|
|
delay: 120.0
|
|
|
|
|
|
|
|
|
2021-01-18 07:42:18 +01:00
|
|
|
# cpu load average
|
|
|
|
loadavg:
|
|
|
|
icon: ''
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: false
|
2021-01-18 07:42:18 +01:00
|
|
|
delay: 2.0
|
|
|
|
|
|
|
|
|
2021-01-11 03:37:56 +01:00
|
|
|
mpd:
|
|
|
|
icon: ''
|
|
|
|
host: '127.0.0.1'
|
|
|
|
port: '6600'
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: false
|
2021-01-11 03:37:56 +01:00
|
|
|
delay: 5.0
|
|
|
|
|
|
|
|
|
2020-12-24 02:34:32 +01:00
|
|
|
volume:
|
2021-01-12 23:33:25 +01:00
|
|
|
icon: ''
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: true
|
2021-01-02 23:47:40 +01:00
|
|
|
delay: 0.18
|
2021-01-09 02:10:19 +01:00
|
|
|
card: 'PULSE'
|
|
|
|
|
|
|
|
|
2021-01-12 23:44:02 +01:00
|
|
|
spotify:
|
|
|
|
icon: ''
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: false
|
2021-01-12 23:44:02 +01:00
|
|
|
delay: 0.5
|
|
|
|
|
|
|
|
|
2021-01-09 02:10:19 +01:00
|
|
|
# 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:
|
2021-01-21 22:24:15 +01:00
|
|
|
enabled: true
|
2021-01-09 02:10:19 +01:00
|
|
|
icon: ''
|
|
|
|
city: ''
|
|
|
|
format: '%l:+%t'
|
|
|
|
delay: 7200.0 # 7200 seconds = 2 hours
|