summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-02add CHANGELOG fileMichael Stapelberg
2012-05-02bump copyrightMichael Stapelberg
2012-05-02bump version numberMichael Stapelberg
2012-05-02clean (generated) i3status.1 in distclean targetMichael Stapelberg
2012-05-02manpage: spelling / sentence fixesMichael Stapelberg
2012-05-02manpage: remove paragraph about version 2, that’s outdated by nowMichael Stapelberg
2012-04-30bugfix: don’t use TOPDIR (Thanks loblik)Michael Stapelberg
2012-04-30document the i3bar output format in the manpageMichael Stapelberg
2012-04-30Implement displaying battery status on OpenBSD.Jasper Lievisse Adriaanse
2012-04-30Implement basic fetching of cpu temperature on OpenBSD.Jasper Lievisse Adriaanse
2012-04-29Allow overriding of a2x in the environment; as it may also be installed as ↵Jasper Lievisse Adriaanse
a2x.py
2012-04-29Print the volume on OpenBSD too. Add missing library to Makefile accordingly.Jasper Lievisse Adriaanse
2012-04-29Fix disk usage on OpenBSD.Jasper Lievisse Adriaanse
2012-04-29Fix CPU usage on OpenBSD. Currently only takes the first cpu into account, ↵Jasper Lievisse Adriaanse
but works fine otherwise.
2012-04-28Fix include order; fixes build on OpenBSD.Jasper Lievisse Adriaanse
2012-04-28Add some extra paths if we're compiling on OpenBSD.Jasper Lievisse Adriaanse
2012-04-26Added %emptytime to the battery partThorsten Töpper
2012-04-08add yajl compat codeMichael Stapelberg
2012-03-25debian: recommend libcap2-bin only on linux, recommend/enhance i3-wm (i3bar)Michael Stapelberg
2012-03-25use printf instead of write to not mix two ways of outputting dataMichael Stapelberg
Otherwise, the separator is not properly interleaved with output.
2012-03-25Properly output JSON with libyajlMichael Stapelberg
2012-03-17add "exit 1" to example shell script.Stefan Breunig
This will make the script exit if i3bar has been killed or has crashed instead of continuing to run in the background.
2012-03-11Fix indentation in i3status.confMichael Stapelberg
2012-03-11Fix configuration paths in error messageMichael Stapelberg
2012-02-24add a section to the manpage explaining why we don’t want RAM usage etc.Michael Stapelberg
2012-02-16Implement the i3bar JSON protocolMichael 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.
2012-01-02use the actual default format string for run_watchMichael Stapelberg
2012-01-02Add a "format" example for run_watchtheo
Signed-off-by: theo <theocrite@theocrite.org>
2011-12-27bump version in i3status.manMichael Stapelberg
2011-12-27bump version2.4Michael Stapelberg
2011-12-27update debian/changelogMichael Stapelberg
2011-12-09FreeBSD: fix disk usage printBaptiste Daroussin
2011-12-09FreeBSD: switch from acpi to coretemp to get the cpu temperatureBaptiste Daroussin
2011-11-26man/i3status.man: Fix indention (Thanks sur5r)Michael Stapelberg
2011-11-26battery: implement "path" option for batteries with non-standard pathsMichael Stapelberg
2011-10-30manpage: remove the obsolete i3bar -d invocationMichael Stapelberg
2011-10-18make libconfuse handle config files case insensitiveMichael Stapelberg
2011-10-10Don’t use a default setting for 'order'Michael Stapelberg
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-03Fix the default value for the load, also the manpage description (Thanks XTaran)Michael Stapelberg
2011-09-05doc fix: the load supports %1min, not %10min in the format (Thanks zendeavor)Michael Stapelberg
2011-09-01Makefile: fix PREFIX usageConnor Lane Smith
2011-08-29fix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6Mateusz Poszwa
2011-08-27Makefile: actually use PREFIX (Thanks cls)Michael Stapelberg
2011-08-26initialize variables to fix compiler warningMichael Stapelberg
2011-08-25make modules more resilient to failureConnor Lane Smith
2011-08-25s/while [ 1 ]/while :/ (Thanks cls)Michael Stapelberg
2011-08-25manpage: add example for using external scripts/programs with i3statusMichael Stapelberg
2011-07-29debian/i3status.postinst: Check if setcap is there, print info message if ↵Michael Stapelberg
not (Thanks Sander)
2011-07-24only compile print_cpu_temperature if THERMAL_ZONE is availableMichael Stapelberg
Fixes FTBFS on hurd-i386
2011-07-24Add simple volume support on FreeBSDBaptiste Daroussin