aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-24only compile print_cpu_temperature if THERMAL_ZONE is availableMichael Stapelberg1-0/+2
Fixes FTBFS on hurd-i386
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
Otherwise, we sometimes have a wrong date/time.
2011-07-21Fix FTBFS on kFreeBSDAxel Beckert4-6/+14
2011-07-19debian: update changelogMichael Stapelberg1-1/+2
2011-07-19debian: update copyrightMichael Stapelberg1-2/+2
2011-07-19update manpage, bump version, update copyrights, sync authors listMichael Stapelberg3-10/+16
2011-07-19debian: use [linux-any] instead of hardcoded architectures listMichael Stapelberg1-1/+1
2011-07-13slurp(): null-terminate buffer (Thanks mist)Michael Stapelberg1-1/+3
2011-07-13correctly auto-detect the output format with zsh (Thanks mist)Michael Stapelberg1-0/+13
2011-07-13debian: update packaging, add changelog entriesMichael Stapelberg4-7/+29
2011-07-13manpage: fix config pathsMichael Stapelberg1-2/+2
2011-07-13makefile: respect and use LIBS/CPPFLAGS, use $(MAKE), fix i3status.c target ↵Michael Stapelberg1-12/+13
(Thanks Kacper)
2011-07-13fix memory leakMichael Stapelberg1-0/+3
2011-07-13magic: try to auto-detect output_format by default (dzen2/i3bar/xmobar)Michael Stapelberg3-1/+157
2011-07-13i3status.conf: fix indentionMichael Stapelberg1-1/+1
2011-06-30Bugfix: call setlocale() to make %c work in the date format (Thanks loz)Michael Stapelberg1-0/+4
2011-05-08manpage: give a better example of the color_good option (Thanks Kamila)Michael Stapelberg1-1/+4
2011-05-06Fix trailing whitespaces, document cpu_usage in manpageMichael Stapelberg3-3/+11
2011-05-06Add print_cpu_usagePeter Bui3-0/+60
2011-04-22Also use the correct time for the ddate moduleMichael Stapelberg3-11/+6
2011-04-22Bugfix: use localtime_r so that later calls in print_battery_info don’t ↵Michael Stapelberg1-2/+5
overwrite the time
2011-04-21get time at the beginning of the loopMichael Stapelberg3-11/+11
2011-01-06document the path option in sample configMichael Stapelberg1-0/+1
2011-01-06implement the 'path' option for cpu temperatureMichael Stapelberg3-7/+11
2011-01-06manpage: fix sample config (ethernet module)Felix Kaiser1-1/+2
2011-01-03Cache the result of the DNS query also if there is no IPv6 connectivity ↵Michael Stapelberg1-1/+6
(Thanks dothebart)
2010-11-28Use kill(pid, 0) to check if the process is aliveMichael Stapelberg3-36/+13
2010-11-03battery: use POWER_NOW if CURRENT_NOW is not availableMichael Stapelberg1-0/+2
CURRENT_NOW was deprecated for some battery types in recent linux kernels (2.6.36)
2010-10-24More sensible lookup order loading the config.Fernando Tarlá Cardoso Lemos2-18/+20
2010-09-23manpage: fix example for xmobar/dzen2Michael Stapelberg1-3/+5
2010-09-23bump version in asciidoc.confMichael Stapelberg1-1/+1
2010-09-23debian: bump version, wrap changelogMichael Stapelberg2-2/+3
2010-09-23debian: add source/format fileMichael Stapelberg1-0/+1
2010-09-23initialize result to NULL to shun compiler warningMichael Stapelberg1-1/+1
2010-09-23makefile: also copy include/ in make releaseMichael Stapelberg1-0/+1
2010-09-23port support for xdg basedir and some makefile fixes from i3Michael Stapelberg3-25/+119
2010-09-22Bump version in manpageMichael Stapelberg1-1/+1
2010-09-22Implement --version/-v parameterMichael Stapelberg1-3/+8
2010-09-22makefile: define GIT_VERSION, statically include *VERSION in release tarballsMichael Stapelberg1-1/+4
2010-09-22makefile: remove obsolete compilation flagMichael Stapelberg1-2/+0
2010-09-22update changelogMichael Stapelberg1-0/+14
2010-09-22Implement displaying the wireless connection speed (Thanks Felicitus)Michael Stapelberg3-3/+17
Based on a patch by Felicitus.
2010-07-21Bugfix: Correctly check for interface up/down-status (Thanks docsteel)Michael Stapelberg1-3/+6
2010-07-21Bugfix: s/CASE_SEC/CASE_SEC_TITLE for volumeMichael Stapelberg1-1/+1