Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-24 | print_cpu_temperature: fix memory leak (Thanks kuba) | Michael Stapelberg | |
2013-10-07 | Add support for cpu temperature on NetBSD (using envsys(4)) | Arnaud Degroote | |
2013-03-20 | Support colored output for CPU temperature on FreeBSD | Baptiste Daroussin | |
2013-03-02 | Fix FTBFS on Hurd | Jakob Haufe | |
On GNU/Hurd, THERMAL_ZONE is undefined. This makes compilation fail as outwalk is declared inside of #ifdef THERMAL_ZONE, but it's used outside of it (by OUTPUT_FULL_TEXT). This moves the declaration outside the #ifdef to allow for successful compilation on Hurd again. | |||
2013-01-28 | retab! print_cpu_temperature | Michael Stapelberg | |
2013-01-28 | Make sure colorful_output variable is initialized. | Emil Mikulic | |
2012-11-15 | DragonFlyBSD support added | Scott Tincman | |
2012-10-16 | implement max_threshold for linux, too | Michael Stapelberg | |
2012-10-16 | i3status - More temperature related fixes for OpenBSD, and a general feature | Jasper Lievisse Adriaanse | |
- Temperature sensors can now set a 'max_threshold' value to color the output red if exceeded. - Allow for arbitrary temperature sensors nodes to be selected with 'path' on OpenBSD. | |||
2012-10-16 | i3status - Default to acpitz(4) instead of cpu(4) for OpenBSD temperature ↵ | Jasper Lievisse Adriaanse | |
readings The acpitz(4) values are eventually used by the kernel to determine if the machine is getting too hot. | |||
2012-05-09 | Error handling: Never output null as full_text (JSON), prefix messages with ↵ | Michael Stapelberg | |
i3status (Thanks Artemis) The former made i3bar crash, the latter is helpful for debugging. | |||
2012-05-09 | Improve error message when the cpu temperature cannot be read | Michael Stapelberg | |
2012-05-04 | Handle %d with non-default CPU temperature path. | Ewgenij Starostin | |
2012-04-30 | Implement basic fetching of cpu temperature on OpenBSD. | Jasper Lievisse Adriaanse | |
2012-04-08 | add yajl compat code | Michael Stapelberg | |
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | |
2012-02-16 | Implement the i3bar JSON protocol | Michael Stapelberg | |
This hardcodes all the JSON parts. Strings are not properly escaped currently. The best/easiest way to fix this is by actually using libyajl. | |||
2011-08-25 | make modules more resilient to failure | Connor Lane Smith | |
2011-07-24 | only compile print_cpu_temperature if THERMAL_ZONE is available | Michael Stapelberg | |
Fixes FTBFS on hurd-i386 | |||
2011-01-06 | implement the 'path' option for cpu temperature | Michael Stapelberg | |
2009-10-11 | Breaks configfiles! Major refactoring of i3status, see below | Michael Stapelberg | |
We finally switched to libconfuse for a configuration file format which does not require much work for the programmer nor for the user. Plus, it avoids the Not-Invented-Here syndrome of yet another config file format. Furthermore, as a consequence of providing format strings for every "module" (ipv6, wireless, …), we directly print the output and thus we needed to drop support for wmii. This allowed us to get rid of quite some complexity. Documentation about the new configuration file and options will follow. This commit is the beginning of what will be i3status v2.0. |