]> git.sur5r.net Git - i3/i3status/history - src
config: first try ~/.i3status.conf, then /etc/i3status.conf
[i3/i3status] / src /
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