Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | Add CPU usage color thresholds | Mark Schreiber | |
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. | |||
2015-10-04 | Added support for lemonbar | Brendan Van Hook | |
2015-04-02 | sys/dkstat.h has been removed from OpenBSD and it's functionality actually ↵ | Jasper Lievisse Adriaanse | |
lived/lives in sys/sched.h | |||
2015-03-25 | print_cpu_usage: Fix warnings on non linux | Baptiste Daroussin | |
Move linux variable under LINUX boundaries | |||
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | |
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status. | |||
2014-03-12 | Unify use of string comparisons | Mats | |
* strncmp(s1, s2, strlen(s2)) → BEGINS_WITH(s1, s2) * strncmp(s1, s2, strlen(s1)) → strcmp(s1, s2) * Prefer case-insensitive comparison for options | |||
2013-10-07 | Allow to print cpu usage on NetBSD | Arnaud Degroote | |
2012-11-15 | DragonFlyBSD support added | Scott Tincman | |
2012-06-28 | Avoid division by zero when calculating CPU usage. | Mateusz Poszwa | |
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-04-29 | Fix CPU usage on OpenBSD. Currently only takes the first cpu into account, ↵ | Jasper Lievisse Adriaanse | |
but works fine otherwise. | |||
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-29 | fix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6 | Mateusz Poszwa | |
2011-08-26 | initialize variables to fix compiler warning | Michael Stapelberg | |
2011-08-25 | make modules more resilient to failure | Connor Lane Smith | |
2011-07-24 | Add support for cpu usage on FreeBSD | Baptiste Daroussin | |
2011-05-06 | Fix trailing whitespaces, document cpu_usage in manpage | Michael Stapelberg | |
2011-05-06 | Add print_cpu_usage | Peter Bui | |