]> git.sur5r.net Git - i3/i3status/commit
Eat unnecessary space from the battery format str.
authorPiotr Domagalski <piotr@domagalski.com>
Tue, 28 Aug 2012 20:07:33 +0000 (22:07 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 31 Aug 2012 10:08:24 +0000 (12:08 +0200)
commitfa4e9cdfb3147fbcfb9e42067a49652d0a0d7456
treebeacee945f35d28e166f4a6b8f858930230ca218
parent68f438ec9eefbca5d735a1a7897d52e0e8e6f1c7
Eat unnecessary space from the battery format str.

If the battery is not discharging it may be not possible to give information on
remaining time or consumption. The resulting strings (%remaining, %consumption,
%emptytime) are empty then. But because they are in the format string, the
output string contains unnecessary spaces in this case.

This commit makes i3status strip these spaces.
src/print_battery_info.c