diff options
author | Julien Lequertier <git@avrelaun.com> | 2013-02-10 17:59:37 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-02-14 19:35:15 +0100 |
commit | 67c2c1a7ead6bcdcd07080e581013fa7a0b58b6f (patch) | |
tree | cdda81830825842127c90df4b196b85c86d9f4f0 /man | |
parent | 8c273e54b867aeedcd1eadfbd6f4e4fad3690f74 (diff) |
Added option to show battery capacity without decimals
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/i3status.man b/man/i3status.man index d780363..0f80991 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -216,6 +216,9 @@ battery is at 23% when fully charged because it’s old. In general, I want to see it this way, because it tells me how worn off my battery is.), just specify +last_full_capacity = true+. +If you want the battery percentage to be shown without decimals, add ++integer_battery_capacity = true+. + If your battery is represented in a non-standard path in /sys, be sure to modify the "path" property accordingly. The first occurence of %d gets replaced with the battery number, but you can just hard-code a path as well. |