diff options
Diffstat (limited to 'rsblocks.yml')
-rw-r--r-- | rsblocks.yml | 8 |
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 |