rsblocks/rsblocks.yml

115 lines
1.9 KiB
YAML
Raw Normal View History

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.
seperator: '┃'
# Time always running, no enabled option for this
time:
delay: 1.0
format: '%d %b, %I:%M:%S %p'
icon: ''
# Time of the system has been running
uptime:
delay: 15.0
enabled: false
icon: ''
# public ip address
pub_ip:
delay: 120.0
2021-04-29 22:18:13 +02:00
enabled: false
icon: ''
# local ip address
local_ip:
icon: ''
enabled: true
interface: 'wlo1' #network interface required for now..
delay: 120.0
# ethernet/wifi bandwith (no delay for this since it will calculate the bandwith every second)
netspeed:
enabled: false
interface: 'wlan0'
recieve_icon: ''
transmit_icon: ''
2021-01-09 02:10:19 +01:00
memory:
delay: 2.0
enabled: true
icon: '▦'
2021-01-09 02:10:19 +01:00
disk:
delay: 120.0
2021-04-29 22:18:13 +02:00
enabled: true
icon: ''
2021-01-09 02:10:19 +01:00
2021-01-11 03:37:56 +01:00
battery:
delay: 120.0
enabled: false
icon: ''
2021-01-11 03:37:56 +01:00
cpu_temperature:
delay: 120.0
enabled: false
icon: ''
2021-01-11 03:37:56 +01:00
# cpu load average from the last minute
2021-01-18 07:42:18 +01:00
loadavg:
delay: 15.0
enabled: false
icon: ''
# bitcoin price
# bitcoin function using www.blockchain.com's API,
# you can visit that to check other bitcoins symbols!
bitcoins:
delay: 7200.0 # 2 hours
enabled: false
icon: ''
symbol: 'BTC-USD'
2021-01-18 07:42:18 +01:00
2021-01-11 03:37:56 +01:00
mpd:
delay: 5.0
enabled: false
2021-01-11 03:37:56 +01:00
host: '127.0.0.1'
icon: ''
2021-01-11 03:37:56 +01:00
port: '6600'
volume:
2021-01-09 02:10:19 +01:00
card: 'PULSE'
delay: 0.18
enabled: false
icon: ''
2021-01-09 02:10:19 +01:00
spotify:
delay: 0.5
enabled: false
icon: ''
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:
city: ''
delay: 7200.0 # 7200 seconds = 2 hours
2021-04-29 22:18:13 +02:00
enabled: false
format: '%l:+%t'
icon: ''