Commit Graph

5 Commits

Author SHA1 Message Date
jasper
92c08b2ccf - Temperature sensors can now set a 'max_threshold' value to color the
output red if exceeded.
2012-10-09 17:12:31 +00:00
jasper
dd671692ea make it possible to get temperature readings from devices other than acpitz.
use the 'path' option in your configuration's cpu_temperature block to e.g. cpu0.
2012-10-09 16:02:07 +00:00
jasper
b49e4e3a8f - change the default (and since the API is still limiting us here, only)
device from which we read temperature values from, from cpu(4) to acpitz(4).
2012-10-09 13:19:48 +00:00
jasper
c23cfb031c - update to 2.5 2012-05-03 20:27:26 +00:00
jasper
864f7b3978 import i3status 2.4.1 (git clone as of a few days ago, along with a load of
patches for OpenBSD support, which have all been committed upstream already)

i3status is a small program (about 1500 SLOC) for generating a status
bar for dzen2, xmobar or similar programs. It is designed to be very
efficient by issuing a very small number of system calls, as one
generally wants to update such a status line every second. This ensures
that even under high load, your status bar is updated correctly. Also,
it saves a bit of energy by not hogging your CPU as much as spawning the
corresponding amount of shell commands would.

ok dcoppa@
2012-05-02 07:37:10 +00:00