From de8c6cba60a30b58c55d30284d0e119023a8caa5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 4 May 2013 17:50:05 +0200 Subject: [PATCH] manpage: be more explicit about the path option --- man/i3status.man | 7 +++++-- 1 file 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 -- 2.39.2