]> git.sur5r.net Git - i3/i3status/history - src
Fix configuration paths in error message
[i3/i3status] / src /
2012-02-16 Michael StapelbergImplement the i3bar JSON protocol
2011-12-09 Baptiste DaroussinFreeBSD: fix disk usage print
2011-11-26 Michael Stapelbergbattery: implement "path" option for batteries with...
2011-08-29 Mateusz Poszwafix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6
2011-08-25 Michael Stapelberginitialize variables to fix compiler warning
2011-08-25 Connor Lane Smithmake modules more resilient to failure
2011-07-24 Michael Stapelbergonly compile print_cpu_temperature if THERMAL_ZONE...
2011-07-24 Baptiste DaroussinAdd simple volume support on FreeBSD
2011-07-24 Baptiste DaroussinAdd support for cpu usage on FreeBSD
2011-07-24 Baptiste DaroussinSupport wifi on FreeBSD
2011-07-21 Axel BeckertFix FTBFS on kFreeBSD
2011-07-13 Michael Stapelbergslurp(): null-terminate buffer (Thanks mist)
2011-07-13 Michael Stapelbergcorrectly auto-detect the output format with zsh (Thank...
2011-07-13 Michael Stapelbergfix memory leak
2011-07-13 Michael Stapelbergmagic: try to auto-detect output_format by default...
2011-05-06 Michael StapelbergFix trailing whitespaces, document cpu_usage in manpage
2011-05-06 Peter BuiAdd print_cpu_usage
2011-04-21 Michael StapelbergAlso use the correct time for the ddate module
2011-04-21 Michael Stapelbergget time at the beginning of the loop
2011-01-06 Michael Stapelbergimplement the 'path' option for cpu temperature
2011-01-03 Michael StapelbergCache the result of the DNS query also if there is...
2010-11-28 Michael StapelbergUse kill(pid, 0) to check if the process is alive
2010-11-03 Michael Stapelbergbattery: use POWER_NOW if CURRENT_NOW is not available
2010-09-22 Michael StapelbergImplement displaying the wireless connection speed...
2010-07-21 Michael StapelbergBugfix: Correctly check for interface up/down-status...
2010-07-20 Michael StapelbergImplement ALSA volume support
2010-07-15 Axel Wagnerprint_ddate(): Correctly seperate the St. Tibs String...
2010-07-04 Fernando Tarlá Car... Support customized colors.
2010-06-30 Fernando Tarlá Car... Don't leak skfd on errors. Don't spam stderr if the...
2010-06-25 Fernando Tarlá Car... Evaluate wireless quality average. Fix dBm calculations.
2010-06-24 Mirko Augsburgerdisk_info: implement %avail
2010-06-24 Michael Stapelbergwireless: fix formats
2010-06-24 Michael StapelbergDisplay wireless quality as percentage
2010-06-24 Fernando Tarlá Car... Take into account the wireless quality maximum.
2010-06-19 Michael Stapelbergddate: Use static memory / only allocate format copy...
2010-06-19 Axel WagnerImplemented a ddate-module
2010-06-19 Axel WagnerDo proper error handling in print_time()
2010-04-19 Michael StapelbergTreat the interface as 'down' when it cannot be found...
2010-04-06 Michael StapelbergLittle style fixes for the last commit
2010-04-06 Christian Dietrichipv6: provide format strings for ipv6 up and ipv6 down
2010-02-14 Michael StapelbergColorize ethernet output (patch by Peter Johnson)
2010-01-26 Michael Stapelbergwireless: display no IP instead of (null)
2010-01-26 Michael Stapelbergget_ip_address: return NULL instead of down
2010-01-11 Axel BeckertFix FTBFS on kFreeBSD and Hurd: libiw is Linux-only
2010-01-10 Michael Stapelbergdisk: also round when printing TB (Thanks Merovius)
2010-01-04 Michael Stapelbergipv6: cache the result of the DNS query only, the socke...
2010-01-01 Michael Stapelbergipv6: reuse the existing socket for further lookups
2009-12-20 Michael StapelbergRemove trailing whitespace
2009-12-20 André-Patrick BubelImplemented showing the time when battery is empty
2009-12-13 Michael StapelbergThe load values represent 1,5,15 min, not 5,10,15 min...
2009-10-24 Michael StapelbergChange output format to be a config option instead...
2009-10-16 Michael Stapelbergbattery: split up %remaining into %percentage and ...
2009-10-16 Michael StapelbergActually use the format string for the battery (Thanks...
2009-10-16 Michael StapelbergImplement option to use the last full capacity instead...
2009-10-16 Michael StapelbergObey format for run_watches
2009-10-16 Michael StapelbergImplement format_up/format_down for ethernet
2009-10-15 Michael StapelbergBugfix: Cast the integers to uint64_t *before* multiply...
2009-10-11 Michael StapelbergCleanup disk "module"
2009-10-11 Michael StapelbergImplement disk info (%free/%used/%total)
2009-10-11 Michael StapelbergBreaks configfiles! Major refactoring of i3status,...
2009-10-01 Michael StapelbergBugfix: close the filehandle when done
2009-10-01 Michael StapelbergImplement getting the wireless ESSID
2009-09-26 Michael StapelbergBugfix: Don’t show colors in wireless info if colors...
2009-09-26 Michael StapelbergDon’t display an error message if getaddrinfo() fails...
2009-09-11 AtsutaneSmall improvement regarding readability if one hasn...
2009-09-01 Michael StapelbergInitialize order array with -1 to avoid printing duplic...
2009-09-01 Axel BeckertSupport for (Debian) GNU/kFreeBSD
2009-08-18 Michael StapelbergAdd support for xmobar
2009-07-25 Michael StapelbergReturn "no battery" instead of dying if a battery wasn...
2009-07-25 Michael StapelbergDon’t perror("connect") when there most likely is no...
2009-07-23 Michael StapelbergBugfix: Use interface instead of eth_interface in get_i...
2009-07-23 Michael StapelbergImplement battery status and thermal zones for FreeBSD...
2009-07-22 Michael StapelbergRemove unneeded struct
2009-07-22 Michael Stapelberglittle fixes for FreeBSD
2009-07-22 Michael StapelbergUse the highest order actually used, not MAX_ORDER...
2009-07-22 Michael StapelbergImplement getting the interface speed on FreeBSD, patch...
2009-07-22 Michael StapelbergFree the addresses correctly
2009-07-22 Michael StapelbergObtain IP address in a portable way, patch by Baptiste...
2009-07-21 Michael StapelbergUse getloadavg() instead of using /proc, patch by Bapti...
2009-07-21 Michael Stapelbergget_ipv6_addr: more documentation, use SOCK_DGRAM,...
2009-07-21 Michael StapelbergAdd modelines and retab! all files
2009-07-21 Michael StapelbergCorrectly handle the order of items
2009-07-21 Michael StapelbergUse own files for each function, add get_ipv6_addr.c