Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-07 | Allow to print eth information on NetBSD | Arnaud Degroote | |
2012-11-15 | DragonFlyBSD support added | Scott Tincman | |
2012-10-10 | Implement %speed for Ethernet on OpenBSD. | Jasper Lievisse Adriaanse | |
2012-05-04 | - Remove some superfluous #ifdef clutter - If we're compiling on !(Linux or ↵ | Jasper Lievisse Adriaanse | |
FreeBSD), just emit a '?'. | |||
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. | |||
2010-07-04 | Support customized colors. | Fernando Tarlá Cardoso Lemos | |
2010-02-14 | Colorize ethernet output (patch by Peter Johnson) | Michael Stapelberg | |
2009-10-16 | Implement format_up/format_down for ethernet | 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. |