]> git.sur5r.net Git - i3/i3status/commit
Add CPU usage color thresholds 122/head
authorMark Schreiber <mark7@alumni.cmu.edu>
Wed, 13 Apr 2016 16:07:12 +0000 (09:07 -0700)
committerMark Schreiber <mark7@alumni.cmu.edu>
Wed, 13 Apr 2016 16:11:32 +0000 (09:11 -0700)
commit1e8dab273d8542366c098dfcda37756db6b2bcd7
tree4c9fbbee9124a01a080c6b6ff635d8a5d5304093
parentc094f47b457104c267dd55782efc34c47f05cf9d
Add CPU usage color thresholds

CPU usage had previously not supported the color option.  Add support
for a "degraded" state above which the degraded color is used, and a
higher "bad" state above which the "bad" color is used.  One possible
use for these might be indicating whether one or all cores are
saturated.

Unlike the color settings for other, these are set high enough to be
disabled by default.  This is done because i3status determines CPU
usage over only the last display interval, which means that, a user
with a low refresh rate might see frequent, potentially-annoying color
changes.
i3status.c
include/i3status.h
man/i3status.man
src/print_cpu_usage.c