# 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