diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-07-09 15:13:46 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-07-09 15:13:46 +0200 |
commit | 7efb5f9103a56d7a9b320a3f3dcfdb8a956f44cf (patch) | |
tree | 3262d705297dc6996806ba415ef37aa0b2bb01fd /man | |
parent | 0165709fc1e9282f5527b8ebd31a2a8f8dcea5b9 (diff) |
clarify the unit of the power consumption and reformat that paragraph
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/i3status.man b/man/i3status.man index 45524af..9ec6acb 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -193,11 +193,11 @@ it using +setcap cap_net_admin=ep $(which i3status)+. === Battery Gets the status (charging, discharging, running), percentage, remaining -time and consumption of the given battery and when it's 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 +time and power consumption (in Watts) of the given battery and when it's +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+. If your battery is represented in a non-standard path in /sys, be sure to |