Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Otherwise, the separator is not properly interleaved with output. | |||||
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 | |
This will make the script exit if i3bar has been killed or has crashed instead of continuing to run in the background. | |||||
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 | |
This hardcodes all the JSON parts. Strings are not properly escaped currently. The best/easiest way to fix this is by actually using libyajl. | |||||
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 | |
Signed-off-by: theo <theocrite@theocrite.org> | |||||
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 | |
This will make i3status depend on a useful configuration file (so /etc/i3status.conf has to be installed) to actually output anything. However, it fixes a very common error: people edit their i3status.conf and don’t get that the first order directive has to use =, not +=. Since order is now empty by default, you can use += everywhere. | |||||
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 | |
2011-07-29 | debian/i3status.postinst: Check if setcap is there, print info message if ↵ | Michael Stapelberg | 1 | -1/+7 | |
not (Thanks Sander) | |||||
2011-07-24 | only compile print_cpu_temperature if THERMAL_ZONE is available | Michael Stapelberg | 1 | -0/+2 | |
Fixes FTBFS on hurd-i386 | |||||
2011-07-24 | Add simple volume support on FreeBSD | Baptiste Daroussin | 1 | -0/+30 | |
2011-07-24 | Add support for cpu usage on FreeBSD | Baptiste Daroussin | 1 | -0/+25 | |
2011-07-24 | Support wifi on FreeBSD | Baptiste Daroussin | 1 | -0/+76 | |
2011-07-23 | close appropriate bug in changelog | Michael Stapelberg | 1 | -2/+2 | |
2011-07-23 | Fix missing build-dependency on kfreebsd | Axel Beckert | 2 | -1/+8 | |
2011-07-21 | bump copyright | Michael Stapelberg | 1 | -2/+2 | |
2011-07-21 | Bugfix: Use gettimeofday instead of time. It provides higher precision. | Michael Stapelberg | 1 | -1/+3 | |
Otherwise, we sometimes have a wrong date/time. | |||||
2011-07-21 | Fix FTBFS on kFreeBSD | Axel Beckert | 4 | -6/+14 | |
2011-07-19 | debian: update changelog | Michael Stapelberg | 1 | -1/+2 | |
2011-07-19 | debian: update copyright | Michael Stapelberg | 1 | -2/+2 | |
2011-07-19 | update manpage, bump version, update copyrights, sync authors list | Michael Stapelberg | 3 | -10/+16 | |
2011-07-19 | debian: use [linux-any] instead of hardcoded architectures list | Michael Stapelberg | 1 | -1/+1 | |
2011-07-13 | slurp(): null-terminate buffer (Thanks mist) | Michael Stapelberg | 1 | -1/+3 | |
2011-07-13 | correctly auto-detect the output format with zsh (Thanks mist) | Michael Stapelberg | 1 | -0/+13 | |
2011-07-13 | debian: update packaging, add changelog entries | Michael Stapelberg | 4 | -7/+29 | |
2011-07-13 | manpage: fix config paths | Michael Stapelberg | 1 | -2/+2 | |
2011-07-13 | makefile: respect and use LIBS/CPPFLAGS, use $(MAKE), fix i3status.c target ↵ | Michael Stapelberg | 1 | -12/+13 | |
(Thanks Kacper) | |||||
2011-07-13 | fix memory leak | Michael Stapelberg | 1 | -0/+3 | |