diff options
author | Iakov Davydov <davydov@xkcd.ru> | 2014-02-05 11:12:47 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2014-02-08 20:36:59 +0100 |
commit | c01a8110a46ac084ae1fe2f55048c6bf71f6b57d (patch) | |
tree | 95f7bd801e69bf4a6386bd879b593b0e0c48ca24 /man | |
parent | 38938c344474d90ce4c5750efa5c26c893c76c80 (diff) |
Add hide_seconds option
fixes: #1134
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index c36694a..614e22c 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -251,7 +251,8 @@ estimated to be empty. If you want to use the last full capacity instead of the design capacity (when using the design capacity, it may happen that your 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+. ++last_full_capacity = true+. You can hide seconds in the remaining time and +empty time estimations by setting +hide_seconds = true+. If you want the battery percentage to be shown without decimals, add +integer_battery_capacity = true+. |