aboutsummaryrefslogtreecommitdiff
path: root/rsblocks.yml
diff options
context:
space:
mode:
authormustafa salih <mustafasalih1991@gmail.com>2021-01-11 05:37:56 +0300
committermustafa salih <mustafasalih1991@gmail.com>2021-01-11 05:37:56 +0300
commit5e993cbd82bd58fdfbe62f668b3089c880cbb8a2 (patch)
tree6c97d92da297c612ca8cb86b54db40f0510390ef /rsblocks.yml
parent21d03ad9d06e8f27286e4937ad0ac97db986fd38 (diff)
rsblocks now support mpd
Diffstat (limited to 'rsblocks.yml')
-rw-r--r--rsblocks.yml34
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