diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-03-26 17:47:03 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-26 17:47:03 -0400 |
commit | e744d879ce09fc124089a6dc9ef9be0dd55e89ef (patch) | |
tree | 54be8cf39e2672dbd89a7c73a988917082029455 | |
parent | 31de42407b05bc11d8acd2ef3a2e5585bc0f45b6 (diff) | |
download | dwmblocks-e744d879ce09fc124089a6dc9ef9be0dd55e89ef.tar.gz dwmblocks-e744d879ce09fc124089a6dc9ef9be0dd55e89ef.tar.bz2 dwmblocks-e744d879ce09fc124089a6dc9ef9be0dd55e89ef.zip |
remove newline in battery output
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, }; |