aboutsummaryrefslogtreecommitdiff
path: root/rsblocks.yml
diff options
context:
space:
mode:
authormustafa salih <mustafasalih1991@gmail.com>2021-01-03 01:47:40 +0300
committermustafa salih <mustafasalih1991@gmail.com>2021-01-03 01:47:40 +0300
commit03540ab3d8b53e50ec254b8b2454ad2452ae9fa5 (patch)
tree6a8f5c09d9e203115fba56a1047c90bc6993f9d6 /rsblocks.yml
parent7f60ba8ea09969411906ca5dbb48b6357596218a (diff)
rsblocks now is a multi threaded and have a delay for each item in the bar
Diffstat (limited to 'rsblocks.yml')
-rw-r--r--rsblocks.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/rsblocks.yml b/rsblocks.yml
index 7a6f910..be6939f 100644
--- a/rsblocks.yml
+++ b/rsblocks.yml
@@ -1,22 +1,28 @@
# This is the full configuration template available for rsblocks tool
# the names are clearly defines itself.
+# NOTE: the (delay) is **seconds** with the float point to update the item in the bar.
+
general:
seperator: '┃'
time:
icon: ''
format: '%d %b, %I:%M:%S %p'
+ delay: 1.0
memory:
enable: true
icon: '▦'
+ delay: 2.0
disk:
enable: true
icon: ''
+ delay: 120.0
-# reads from amixer
+# reads from alsa-utils
volume:
enable: false
icon: ''
+ delay: 0.18