diff options
author | Raphael Michel <webmaster@raphaelmichel.de> | 2012-12-31 18:13:36 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-02-22 14:09:58 +0100 |
commit | 6279964c6b29a549757f59c5a05c9b821a2a4bc5 (patch) | |
tree | f64a7a4704f75fe06b00fd39d009de97eac818fa /man | |
parent | 67c2c1a7ead6bcdcd07080e581013fa7a0b58b6f (diff) |
Add colorized output for load avg
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 6 |
1 files changed, 5 insertions, 1 deletions
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. |