aboutsummaryrefslogtreecommitdiff
path: root/rsblocks.yml
diff options
context:
space:
mode:
authorAdaShoelace <adashoelace@gmail.com>2021-01-21 22:24:15 +0100
committerAdaShoelace <adashoelace@gmail.com>2021-01-21 22:24:15 +0100
commit861a986567310dfe9ccd85d2976b0ebfb683c818 (patch)
tree65ec9c5397bf7de009f3484ea161e77df2120f67 /rsblocks.yml
parente6f9ce2ed5da0eb833d548a613c3b70360c9f4b5 (diff)
Change to serde
Change config serializer to serde in order to get cleaner config types.
Diffstat (limited to 'rsblocks.yml')
-rw-r--r--rsblocks.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/rsblocks.yml b/rsblocks.yml
index ff173ea..2e32148 100644
--- a/rsblocks.yml
+++ b/rsblocks.yml
@@ -6,7 +6,7 @@ general:
seperator: '┃'
-# Time always running, no enable option for this
+# Time always running, no enabled option for this
time:
icon: ''
format: '%d %b, %I:%M:%S %p'
@@ -15,33 +15,33 @@ time:
memory:
icon: '▦'
- enable: true
+ enabled: true
delay: 2.0
disk:
icon: ''
- enable: true
+ enabled: true
delay: 120.0
battery:
icon: ''
- enable: false
+ enabled: false
source: 'BAT0'
delay: 120.0
cpu_temperature:
icon: ''
- enable: true
+ enabled: true
delay: 120.0
# cpu load average
loadavg:
icon: ''
- enable: false
+ enabled: false
delay: 2.0
@@ -49,20 +49,20 @@ mpd:
icon: ''
host: '127.0.0.1'
port: '6600'
- enable: false
+ enabled: false
delay: 5.0
volume:
icon: ''
- enable: true
+ enabled: true
delay: 0.18
card: 'PULSE'
spotify:
icon: ''
- enable: false
+ enabled: false
delay: 0.5
@@ -73,7 +73,7 @@ spotify:
# - if you have multiple formats and want to insert space between them use '+' instead.
# - giving (city) a value is recommended.
weather:
- enable: true
+ enabled: true
icon: ''
city: ''
format: '%l:+%t'