rsblocks/rsblocks.yml
AdaShoelace adb507b0ef Squashed commit of the following:
commit 89ec61f2cc24238dbccf2890235fab7a66efdc5b
Author: AdaShoelace <adashoelace@gmail.com>
Date:   Fri Jan 8 01:49:19 2021 +0100

    Support pulseaudio

commit b4bc05538b22d86a53e4461bbee2c8c4d33b0f80
Author: AdaShoelace <adashoelace@gmail.com>
Date:   Fri Jan 8 01:06:32 2021 +0100

    Display volume in percent

commit 14570efeebeb127494509534886dd521a23f24f0
Author: AdaShoelace <adashoelace@gmail.com>
Date:   Thu Jan 7 14:22:34 2021 +0100

    Programmatically rename root and get alsa volume

commit 391b2ec7360fd9ae462a87c0a3ae86d39f695c3f
Author: AdaShoelace <adashoelace@gmail.com>
Date:   Mon Jan 4 22:26:57 2021 +0100

    Remove usage of 'Command' from get_disk

commit 0625be6e822e18cf4e2fd212695ddd1592161a97
Author: AdaShoelace <adashoelace@gmail.com>
Date:   Mon Jan 4 22:25:01 2021 +0100

    Add nix dependency

commit c66e1cc09031f0a7ddf40016855a6d7457d9d65f
Author: AdaShoelace <adashoelace@gmail.com>
Date:   Mon Jan 4 16:14:55 2021 +0100

    ignore

commit 32dbdc5f3d636551c64e2f303365a5a5e3d94994
Author: AdaShoelace <adashoelace@gmail.com>
Date:   Mon Jan 4 02:21:51 2021 +0100

    Add breadx to dependencies

commit 4d23c36552b461b06127705964e1a16dd395e658
Author: AdaShoelace <adashoelace@gmail.com>
Date:   Mon Jan 4 01:13:55 2021 +0100

    Add exclusion to gitignore
2021-01-08 02:18:51 +01:00

49 lines
945 B
YAML

# This is the full configuration template available for rsblocks.
# NOTE: the (delay) is in **SECONDS** and the float point "." is required.
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 alsa, alsa-utils package should
# be installed on the system to make it work.
volume:
enable: true
icon: ''
delay: 0.18
card: 'PULSE'
# weather format options is available on
# https://github.com/chubin/wttr.in
# NOTES:
# - if the city field set to empty, it will try to read location automatically.
# - if you have multiple formats and want to insert space between them use '+' instead.
# - giving (city) a value is recommended.
weather:
enable: true
icon: ''
city: ''
format: '%l:+%t'
delay: 7200.0 # 7200 seconds = 2 hours