From 850f6720b5b7323a2b986d8da1baa04077278323 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 25 May 2012 09:57:03 +0200 Subject: rename threshold to low_threshold and document it properly --- man/i3status.man | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/i3status.man b/man/i3status.man index 7f88750..7df3d9d 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -72,7 +72,7 @@ ethernet eth0 { battery 0 { format = "%status %percentage %remaining %emptytime" path = "/sys/class/power_supply/BAT%d/uevent" - threshold = 10 + low_threshold = 10 } run_watch DHCP { @@ -204,11 +204,15 @@ 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. +If the remaining time sinks below low_threshold minutes, the battery text will +be colored red. So, if you configure low_threshold to 10, and your battery +lasts another 9 minutes, it will be colored red. + *Example order*: +battery 0+ *Example format*: +%status %remaining (%emptytime)+ -*Example threshold*: +threshold 10+ +*Example low_threshold*: +low_threshold 10+ === CPU-Temperature -- cgit v1.2.3