aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-30document the i3bar output format in the manpageMichael Stapelberg1-0/+6
2012-04-30Implement displaying battery status on OpenBSD.Jasper Lievisse Adriaanse1-0/+58
2012-04-30Implement basic fetching of cpu temperature on OpenBSD.Jasper Lievisse Adriaanse2-1/+54
2012-04-29Allow overriding of a2x in the environment; as it may also be installed as a2...Jasper Lievisse Adriaanse1-1/+3
2012-04-29Print the volume on OpenBSD too. Add missing library to Makefile accordingly.Jasper Lievisse Adriaanse2-1/+8
2012-04-29Fix disk usage on OpenBSD.Jasper Lievisse Adriaanse1-2/+2
2012-04-29Fix CPU usage on OpenBSD. Currently only takes the first cpu into account, bu...Jasper Lievisse Adriaanse1-2/+17
2012-04-28Fix include order; fixes build on OpenBSD.Jasper Lievisse Adriaanse2-5/+8
2012-04-28Add some extra paths if we're compiling on OpenBSD.Jasper Lievisse Adriaanse1-0/+5
2012-04-26Added %emptytime to the battery partThorsten Töpper1-7/+8
2012-04-08add yajl compat codeMichael Stapelberg16-0/+36
2012-03-25debian: recommend libcap2-bin only on linux, recommend/enhance i3-wm (i3bar)Michael Stapelberg1-3/+3
2012-03-25use printf instead of write to not mix two ways of outputting dataMichael Stapelberg1-1/+1
2012-03-25Properly output JSON with libyajlMichael Stapelberg18-245/+341
2012-03-17add "exit 1" to example shell script.Stefan Breunig1-1/+1
2012-03-11Fix indentation in i3status.confMichael Stapelberg1-5/+5
2012-03-11Fix configuration paths in error messageMichael Stapelberg1-2/+2
2012-02-24add a section to the manpage explaining why we don’t want RAM usage etc.Michael Stapelberg1-0/+33
2012-02-16Implement the i3bar JSON protocolMichael Stapelberg16-3/+103
2012-01-02use the actual default format string for run_watchMichael Stapelberg1-1/+1
2012-01-02Add a "format" example for run_watchtheo1-0/+2
2011-12-27bump version in i3status.manMichael Stapelberg1-1/+1
2011-12-27bump versionMichael Stapelberg1-1/+1
2011-12-27update debian/changelogMichael Stapelberg1-0/+12
2011-12-09FreeBSD: fix disk usage printBaptiste Daroussin1-0/+13
2011-12-09FreeBSD: switch from acpi to coretemp to get the cpu temperatureBaptiste Daroussin1-1/+2
2011-11-26man/i3status.man: Fix indention (Thanks sur5r)Michael Stapelberg1-1/+1
2011-11-26battery: implement "path" option for batteries with non-standard pathsMichael Stapelberg4-4/+10
2011-10-30manpage: remove the obsolete i3bar -d invocationMichael Stapelberg1-1/+6
2011-10-18make libconfuse handle config files case insensitiveMichael Stapelberg1-1/+1
2011-10-10Don’t use a default setting for 'order'Michael Stapelberg3-3/+6
2011-10-03Fix the default value for the load, also the manpage description (Thanks XTaran)Michael Stapelberg2-2/+2
2011-09-05doc fix: the load supports %1min, not %10min in the format (Thanks zendeavor)Michael Stapelberg1-1/+1
2011-09-01Makefile: fix PREFIX usageConnor Lane Smith1-7/+7
2011-08-29fix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6Mateusz Poszwa1-2/+2
2011-08-27Makefile: actually use PREFIX (Thanks cls)Michael Stapelberg1-7/+7
2011-08-26initialize variables to fix compiler warningMichael Stapelberg1-1/+1
2011-08-25make modules more resilient to failureConnor Lane Smith3-18/+22
2011-08-25s/while [ 1 ]/while :/ (Thanks cls)Michael Stapelberg1-1/+1
2011-08-25manpage: add example for using external scripts/programs with i3statusMichael Stapelberg1-0/+15
2011-07-29debian/i3status.postinst: Check if setcap is there, print info message if not...Michael Stapelberg1-1/+7
2011-07-24only compile print_cpu_temperature if THERMAL_ZONE is availableMichael Stapelberg1-0/+2
2011-07-24Add simple volume support on FreeBSDBaptiste Daroussin1-0/+30
2011-07-24Add support for cpu usage on FreeBSDBaptiste Daroussin1-0/+25
2011-07-24Support wifi on FreeBSDBaptiste Daroussin1-0/+76
2011-07-23close appropriate bug in changelogMichael Stapelberg1-2/+2
2011-07-23Fix missing build-dependency on kfreebsdAxel Beckert2-1/+8
2011-07-21bump copyrightMichael Stapelberg1-2/+2
2011-07-21Bugfix: Use gettimeofday instead of time. It provides higher precision.Michael Stapelberg1-1/+3
2011-07-21Fix FTBFS on kFreeBSDAxel Beckert4-6/+14