diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-16 22:21:05 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-16 22:21:05 +0200 |
commit | e4bd4bd2a39515178ada751764dfd81e743784f9 (patch) | |
tree | 97aa95bc6b0c7656377058eeea904dae2d447c04 /man/i3status.man | |
parent | 5fc2a8a38e37ba4d2e55f8fba75a051e1a88ccc8 (diff) |
battery: split up %remaining into %percentage and %remaining (Thanks shatter)
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index eb16bf6..cf3e2b2 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -66,7 +66,7 @@ ethernet eth0 { } battery 0 { - format = "%status %remaining" + format = "%status %percentage %remaining" } run_watch DHCP { |