diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2013-05-04 17:50:05 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-05-04 17:50:05 +0200 |
commit | de8c6cba60a30b58c55d30284d0e119023a8caa5 (patch) | |
tree | c2ce91c6f02bb0d855fb4230a1d5e3fcf67b9e09 | |
parent | 13ebebeb7ae17398bafe2bc0b75149b607f4f800 (diff) |
manpage: be more explicit about the path option
-rw-r--r-- | man/i3status.man | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/i3status.man b/man/i3status.man index b7773b8..9f89568 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -221,8 +221,9 @@ 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. +modify the "path" property accordingly, i.e. pointing to the uevent file on +your system. The first occurence of %d gets replaced with the battery number, +but you can just hard-code a path as well. It is possible to define a low_threshold that causes the battery text to be colored red. The low_threshold type can be of threshold_type "time" or @@ -237,6 +238,8 @@ colored red. The low_threshold type can be of threshold_type "time" or *Example threshold_type*: +time+ +*Example path*: +/sys/class/power_supply/CMB1/uevent+ + === CPU-Temperature Gets the temperature of the given thermal zone. It is possible to |