rsblocks/rsblocks.yml

74 lines
1.2 KiB
YAML
Raw Normal View History

2021-01-09 02:10:19 +01:00
# This is the full configuration template available for rsblocks.
2021-01-09 02:10:19 +01:00
# 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
2021-01-09 02:10:19 +01:00
memory:
icon: '▦'
enable: true
delay: 2.0
2021-01-09 02:10:19 +01:00
disk:
icon: ''
enable: true
delay: 120.0
2021-01-09 02:10:19 +01:00
2021-01-11 03:37:56 +01:00
battery:
icon: ''
enable: false
source: 'BAT0'
2021-01-11 03:37:56 +01:00
delay: 120.0
cpu_temperature:
icon: ''
enable: true
delay: 120.0
mpd:
icon: ''
host: '127.0.0.1'
port: '6600'
enable: false
delay: 5.0
volume:
icon: ''
enable: true
delay: 0.18
2021-01-09 02:10:19 +01:00
card: 'PULSE'
spotify:
icon: ''
enable: false
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:
enable: true
icon: ''
city: ''
format: '%l:+%t'
delay: 7200.0 # 7200 seconds = 2 hours