Age | Commit message (Expand) | Author | Files | Lines |
2012-05-04 | makefile: include yajl-fallback in release tarballs | Michael Stapelberg | 1 | -0/+1 |
2012-05-04 | Handle %d with non-default CPU temperature path. | Ewgenij Starostin | 1 | -3/+4 |
2012-05-02 | Fix harmless format string mistake (Thanks loblik) | Michael Stapelberg | 1 | -2/+2 |
2012-05-02 | add CHANGELOG file | Michael Stapelberg | 1 | -0/+77 |
2012-05-02 | bump copyright | Michael Stapelberg | 1 | -3/+3 |
2012-05-02 | bump version number | Michael Stapelberg | 2 | -2/+2 |
2012-05-02 | clean (generated) i3status.1 in distclean target | Michael Stapelberg | 1 | -1/+1 |
2012-05-02 | manpage: spelling / sentence fixes | Michael Stapelberg | 1 | -5/+7 |
2012-05-02 | manpage: remove paragraph about version 2, that’s outdated by now | Michael Stapelberg | 1 | -4/+0 |
2012-04-30 | bugfix: don’t use TOPDIR (Thanks loblik) | Michael Stapelberg | 1 | -1/+1 |
2012-04-30 | document the i3bar output format in the manpage | Michael Stapelberg | 1 | -0/+6 |
2012-04-30 | Implement displaying battery status on OpenBSD. | Jasper Lievisse Adriaanse | 1 | -0/+58 |
2012-04-30 | Implement basic fetching of cpu temperature on OpenBSD. | Jasper Lievisse Adriaanse | 2 | -1/+54 |
2012-04-29 | Allow overriding of a2x in the environment; as it may also be installed as a2... | Jasper Lievisse Adriaanse | 1 | -1/+3 |
2012-04-29 | Print the volume on OpenBSD too. Add missing library to Makefile accordingly. | Jasper Lievisse Adriaanse | 2 | -1/+8 |
2012-04-29 | Fix disk usage on OpenBSD. | Jasper Lievisse Adriaanse | 1 | -2/+2 |
2012-04-29 | Fix CPU usage on OpenBSD. Currently only takes the first cpu into account, bu... | Jasper Lievisse Adriaanse | 1 | -2/+17 |
2012-04-28 | Fix include order; fixes build on OpenBSD. | Jasper Lievisse Adriaanse | 2 | -5/+8 |
2012-04-28 | Add some extra paths if we're compiling on OpenBSD. | Jasper Lievisse Adriaanse | 1 | -0/+5 |
2012-04-26 | Added %emptytime to the battery part | Thorsten Töpper | 1 | -7/+8 |
2012-04-08 | add yajl compat code | Michael Stapelberg | 16 | -0/+36 |
2012-03-25 | debian: recommend libcap2-bin only on linux, recommend/enhance i3-wm (i3bar) | Michael Stapelberg | 1 | -3/+3 |
2012-03-25 | use printf instead of write to not mix two ways of outputting data | Michael Stapelberg | 1 | -1/+1 |
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | 18 | -245/+341 |
2012-03-17 | add "exit 1" to example shell script. | Stefan Breunig | 1 | -1/+1 |
2012-03-11 | Fix indentation in i3status.conf | Michael Stapelberg | 1 | -5/+5 |
2012-03-11 | Fix configuration paths in error message | Michael Stapelberg | 1 | -2/+2 |
2012-02-24 | add a section to the manpage explaining why we don’t want RAM usage etc. | Michael Stapelberg | 1 | -0/+33 |
2012-02-16 | Implement the i3bar JSON protocol | Michael Stapelberg | 16 | -3/+103 |
2012-01-02 | use the actual default format string for run_watch | Michael Stapelberg | 1 | -1/+1 |
2012-01-02 | Add a "format" example for run_watch | theo | 1 | -0/+2 |
2011-12-27 | bump version in i3status.man | Michael Stapelberg | 1 | -1/+1 |
2011-12-27 | bump version | Michael Stapelberg | 1 | -1/+1 |
2011-12-27 | update debian/changelog | Michael Stapelberg | 1 | -0/+12 |
2011-12-09 | FreeBSD: fix disk usage print | Baptiste Daroussin | 1 | -0/+13 |
2011-12-09 | FreeBSD: switch from acpi to coretemp to get the cpu temperature | Baptiste Daroussin | 1 | -1/+2 |
2011-11-26 | man/i3status.man: Fix indention (Thanks sur5r) | Michael Stapelberg | 1 | -1/+1 |
2011-11-26 | battery: implement "path" option for batteries with non-standard paths | Michael Stapelberg | 4 | -4/+10 |
2011-10-30 | manpage: remove the obsolete i3bar -d invocation | Michael Stapelberg | 1 | -1/+6 |
2011-10-18 | make libconfuse handle config files case insensitive | Michael Stapelberg | 1 | -1/+1 |
2011-10-10 | Don’t use a default setting for 'order' | Michael Stapelberg | 3 | -3/+6 |
2011-10-03 | Fix the default value for the load, also the manpage description (Thanks XTaran) | Michael Stapelberg | 2 | -2/+2 |
2011-09-05 | doc fix: the load supports %1min, not %10min in the format (Thanks zendeavor) | Michael Stapelberg | 1 | -1/+1 |
2011-09-01 | Makefile: fix PREFIX usage | Connor Lane Smith | 1 | -7/+7 |
2011-08-29 | fix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6 | Mateusz Poszwa | 1 | -2/+2 |
2011-08-27 | Makefile: actually use PREFIX (Thanks cls) | Michael Stapelberg | 1 | -7/+7 |
2011-08-26 | initialize variables to fix compiler warning | Michael Stapelberg | 1 | -1/+1 |
2011-08-25 | make modules more resilient to failure | Connor Lane Smith | 3 | -18/+22 |
2011-08-25 | s/while [ 1 ]/while :/ (Thanks cls) | Michael Stapelberg | 1 | -1/+1 |
2011-08-25 | manpage: add example for using external scripts/programs with i3status | Michael Stapelberg | 1 | -0/+15 |