commit e744d879ce09fc124089a6dc9ef9be0dd55e89ef
parent 31de42407b05bc11d8acd2ef3a2e5585bc0f45b6
Author: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 26 Mar 2020 17:47:03 -0400
remove newline in battery output
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -11,7 +11,7 @@ static const Block blocks[] = {
{"", "weather", 18000, 5},
{"", "mailbox", 180, 12},
{"", "volume", 0, 10},
- {"", "battery", 5, 0},
+ {"", "battery | tr \'\n\' \' \'", 5, 0},
{"", "clock", 60, 0},
{"", "internet", 5, 4},
};