remove newline in battery output

This commit is contained in:
Luke Smith 2020-03-26 17:47:03 -04:00
parent 31de42407b
commit e744d879ce
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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},
};