]> git.sur5r.net Git - i3/i3status/history - src
Cleanup disk "module"
[i3/i3status] / src /
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