commit 26a4d1b81b4311f57888cd73f679660b96a86c89
parent 29485b43b0712062a0ccb99a1301ef071252a95e
Author: Luke Smith <luke@lukesmith.xyz>
Date: Tue, 14 Apr 2020 20:25:40 -0400
pidof/pamixer allows quick vol update
battery script already on one line
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h
@@ -12,8 +12,8 @@ static const Block blocks[] = {
/* {"moonphase", 18000, 5}, */
{"weather", 18000, 5},
{"mailbox", 180, 12},
- {"volume", 1, 10},
- {"battery | tr \'\n\' \' \'", 5, 3},
+ {"volume", 0, 10},
+ {"battery", 5, 3},
{"clock", 60, 1},
{"internet", 5, 4},
{"help", 0, 15},