diff options
Diffstat (limited to 'rsblocks.yml')
-rw-r--r-- | rsblocks.yml | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/rsblocks.yml b/rsblocks.yml index 6d0786c..059016a 100644 --- a/rsblocks.yml +++ b/rsblocks.yml @@ -24,6 +24,27 @@ disk: delay: 120.0 +battery: + source: 'BAT0' + icon: '' + enable: false + 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 + + # reads from alsa, alsa-utils package should # be installed on the system to make it work. volume: @@ -45,16 +66,3 @@ weather: city: '' format: '%l:+%t' delay: 7200.0 # 7200 seconds = 2 hours - - -battery: - source: 'BAT0' - icon: '' - enable: false - delay: 120.0 - - -cpu_temperature: - icon: '' - enable: true - delay: 120.0 |