rsblocks/rsblocks.yml
2021-01-13 01:44:02 +03:00

74 lines
1.2 KiB
YAML

# 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
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