From 6279964c6b29a549757f59c5a05c9b821a2a4bc5 Mon Sep 17 00:00:00 2001
From: Raphael Michel <webmaster@raphaelmichel.de>
Date: Mon, 31 Dec 2012 18:13:36 +0100
Subject: Add colorized output for load avg

---
 man/i3status.man | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'man')

diff --git a/man/i3status.man b/man/i3status.man
index 0f80991..00fdcbc 100644
--- a/man/i3status.man
+++ b/man/i3status.man
@@ -259,12 +259,16 @@ Gets the percentual CPU usage from +/proc/stat+ (Linux) or +sysctl(3)+ (FreeBSD/
 === Load
 
 Gets the system load (number of processes waiting for CPU time in the last
-1, 5 and 15 minutes).
+1, 5 and 15 minutes). It is possible to define a max_threshold that will
+color the load value red in case the load average of the last minute is
+getting higher than the configured threshold. Defaults to 5.
 
 *Example order*: +load+
 
 *Example format*: +%1min %5min %15min+
 
+*Example max_threshold*: 5
+
 === Time
 
 Outputs the current time in the local timezone.
-- 
cgit v1.2.3