dwmblocks

I use polybar now
Log | Files | Refs | README | LICENSE

commit 89fe73de09427660ce19c6a67c94210d290775b2
parent e744d879ce09fc124089a6dc9ef9be0dd55e89ef
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Wed,  8 Apr 2020 11:05:36 -0400

volume autoupdate

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -10,7 +10,7 @@ static const Block blocks[] = { /* {"", "moonphase", 18000, 5}, */ {"", "weather", 18000, 5}, {"", "mailbox", 180, 12}, - {"", "volume", 0, 10}, + {"", "volume", 1, 0}, {"", "battery | tr \'\n\' \' \'", 5, 0}, {"", "clock", 60, 0}, {"", "internet", 5, 4},