aboutsummaryrefslogtreecommitdiff
path: root/i3status.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Also use the correct time for the ddate moduleMichael Stapelberg1-1/+1
2011-04-22Bugfix: use localtime_r so that later calls in print_battery_info don’t ove...Michael Stapelberg1-2/+5
2011-04-21get time at the beginning of the loopMichael Stapelberg1-4/+8
2011-01-06implement the 'path' option for cpu temperatureMichael Stapelberg1-1/+2
2010-10-24More sensible lookup order loading the config.Fernando Tarlá Cardoso Lemos1-14/+16
2010-09-23initialize result to NULL to shun compiler warningMichael Stapelberg1-1/+1
2010-09-23port support for xdg basedir and some makefile fixes from i3Michael Stapelberg1-21/+99
2010-09-22Implement --version/-v parameterMichael Stapelberg1-3/+8
2010-09-22Implement displaying the wireless connection speed (Thanks Felicitus)Michael Stapelberg1-1/+1
2010-07-21Bugfix: s/CASE_SEC/CASE_SEC_TITLE for volumeMichael Stapelberg1-1/+1
2010-07-20Implement ALSA volume supportMichael Stapelberg1-0/+15
2010-07-04Support customized colors.Fernando Tarlá Cardoso Lemos1-0/+27
2010-06-28Add fernandotcl to copyright noticeMichael Stapelberg1-0/+1
2010-06-19Implemented a ddate-moduleAxel Wagner1-0/+10
2010-04-06ipv6: provide format strings for ipv6 up and ipv6 downChristian Dietrich1-2/+3
2010-04-06ipv6: don't require a title for config optionChristian Dietrich1-1/+1
2010-01-30Instead of a relative sleep(1), sleep until the full secondMichael Stapelberg1-1/+12
2009-10-24Fix function signature / pointer typeMichael Stapelberg1-1/+1
2009-10-24config: first try ~/.i3status.conf, then /etc/i3status.confMichael Stapelberg1-1/+34
2009-10-24Change output format to be a config option instead of a compile time defineMichael Stapelberg1-0/+12
2009-10-16battery: split up %remaining into %percentage and %remaining (Thanks shatter)Michael Stapelberg1-1/+1
2009-10-16Implement option to use the last full capacity instead of the design capacityMichael Stapelberg1-1/+2
2009-10-16Implement format_up/format_down for ethernetMichael Stapelberg1-2/+3
2009-10-15Separate license into file LICENSEMichael Stapelberg1-27/+1
2009-10-11Implement disk info (%free/%used/%total)Michael Stapelberg1-0/+9
2009-10-11Breaks configfiles! Major refactoring of i3status, see belowMichael Stapelberg1-92/+120
2009-09-01Fix compilation warningMichael Stapelberg1-1/+1
2009-08-18Bugfix: Correctly terminate output if time is specified in order but no time_...Michael Stapelberg1-6/+10
2009-08-18Add support for xmobarMichael Stapelberg1-2/+2
2009-07-21Correctly handle the order of itemsMichael Stapelberg1-41/+46
2009-07-21Use own files for each function, add get_ipv6_addr.cMichael Stapelberg1-657/+17
2009-06-21Bugfix: Correctly handle SIGPIPE to avoid unnecessary zombie processesMichael Stapelberg1-0/+16
2009-06-16Bugfix: Exit upon errors from printf in dzen2-mode (usually SIGPIPE because d...Michael Stapelberg1-2/+9
2009-05-22Merge getting thermal zone temperature from atsutane, thanks!Michael Stapelberg1-1/+45
2009-05-01Implement flags for batteries to use the last full capacity. This breaks conf...Michael Stapelberg1-31/+57
2009-05-01Display 0 instead of negative values for remaining timeMichael Stapelberg1-1/+5
2009-04-30Enable expandtab, retab! sourceMichael Stapelberg1-458/+460
2009-04-30Fix display of IP addresses (display "no IP" correctly)Michael Stapelberg1-1/+8
2009-04-17Replace wmiistatus with i3status in filesMichael Stapelberg1-5/+5
2009-04-17Rename wmiistatus* to i3status*Michael Stapelberg1-0/+695