Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | ipv6: cache the result of the DNS query only, the socket needs to be ↵ | Michael Stapelberg | |
re-created every time | |||
2010-01-01 | ipv6: reuse the existing socket for further lookups | Michael Stapelberg | |
This reduces network overhead if you do not run a local caching nameserver. | |||
2009-12-20 | Remove trailing whitespace | Michael Stapelberg | |
2009-12-20 | Implemented showing the time when battery is empty | André-Patrick Bubel | |
2009-12-13 | The load values represent 1,5,15 min, not 5,10,15 min (Thanks Chris) | Michael Stapelberg | |
2009-10-27 | debian: add missing build-deps | Michael Stapelberg | |
2009-10-27 | Update debian packaging for 2.02.0 | Michael Stapelberg | |
2009-10-27 | Update manpage for output_format | Michael Stapelberg | |
2009-10-24 | Update debian/ for single binary | Michael Stapelberg | |
2009-10-24 | Fix function signature / pointer type | Michael Stapelberg | |
2009-10-24 | config: first try ~/.i3status.conf, then /etc/i3status.conf | Michael Stapelberg | |
2009-10-24 | Change output format to be a config option instead of a compile time define | Michael Stapelberg | |
2009-10-24 | debian: symlink the manpage of i3status for the i3status-xmobar binary | Michael Stapelberg | |
2009-10-24 | debian: Update standards version | Michael Stapelberg | |
2009-10-24 | Fix Makefile to create correct tarball | Michael Stapelberg | |
2009-10-24 | Update debian packaging | Michael Stapelberg | |
2009-10-24 | Don’t compile for DZEN by default | Michael Stapelberg | |
2009-10-24 | Add error message if neither DZEN nor XMOBAR is defined | Michael Stapelberg | |
2009-10-16 | battery: split up %remaining into %percentage and %remaining (Thanks shatter) | Michael Stapelberg | |
2009-10-16 | Actually use the format string for the battery (Thanks shatter) | Michael Stapelberg | |
2009-10-16 | Change Makefile to make releases containing our current directory structure | Michael Stapelberg | |
2009-10-16 | Implement option to use the last full capacity instead of the design capacity | Michael Stapelberg | |
2009-10-16 | Obey format for run_watches | Michael Stapelberg | |
2009-10-16 | Implement format_up/format_down for ethernet | Michael Stapelberg | |
2009-10-16 | Bugfix: Cast the integers to uint64_t *before* multiplying (Thanks msi) | Michael Stapelberg | |
This fixes problems on 32-bit computers. | |||
2009-10-15 | Separate license into file LICENSE | Michael Stapelberg | |
2009-10-15 | Update default config | Michael Stapelberg | |
2009-10-13 | Bugfix: Install manpage from new path (Thanks shatter) | Michael Stapelberg | |
2009-10-12 | Generate manpage in Makefile | Michael Stapelberg | |
2009-10-12 | Add manpage in asciidoc format | Michael Stapelberg | |
2009-10-12 | Cleanup disk "module" | Michael Stapelberg | |
2009-10-11 | Implement disk info (%free/%used/%total) | Michael Stapelberg | |
2009-10-11 | Breaks configfiles! Major refactoring of i3status, see below | Michael Stapelberg | |
We finally switched to libconfuse for a configuration file format which does not require much work for the programmer nor for the user. Plus, it avoids the Not-Invented-Here syndrome of yet another config file format. Furthermore, as a consequence of providing format strings for every "module" (ipv6, wireless, …), we directly print the output and thus we needed to drop support for wmii. This allowed us to get rid of quite some complexity. Documentation about the new configuration file and options will follow. This commit is the beginning of what will be i3status v2.0. | |||
2009-10-02 | Add debian changelog entry to keep updates from overwriting local versions | Michael Stapelberg | |
2009-10-01 | Fix linking (Thanks Atsutane) | Michael Stapelberg | |
2009-10-01 | Bugfix: close the filehandle when done | Michael Stapelberg | |
2009-10-01 | Implement getting the wireless ESSID | Michael Stapelberg | |
This adds a dependency for libiw | |||
2009-09-26 | Bugfix: Don’t show colors in wireless info if colors are disabled (Thanks ↵ | Michael Stapelberg | |
shatter) | |||
2009-09-26 | Don’t display an error message if getaddrinfo() fails for getting the IPv6 ↵ | Michael Stapelberg | |
addr (Thanks Atsutane) | |||
2009-09-11 | Small improvement regarding readability if one hasn't an IPv6 address. | Atsutane | |
2009-09-01 | Initialize order array with -1 to avoid printing duplicate lines (Thanks XTaran) | Michael Stapelberg | |
2009-09-01 | Fix compilation warning | Michael Stapelberg | |
2009-09-01 | Support for (Debian) GNU/kFreeBSD | Axel Beckert | |
2009-08-18 | Bugfix: Correctly terminate output if time is specified in order but no ↵ | Michael Stapelberg | |
time_format given (Thanks XTaran) | |||
2009-08-18 | Add support for xmobar | Michael Stapelberg | |
Use i3status-xmobar | xmobar -o -t "%StdinReader%" -c "[Run StdinReader]" You might need to copy the default configuration to ~/.xmobarrc | |||
2009-08-18 | debian: fix issues with initscript | Michael Stapelberg | |
2009-08-02 | Update debian changelog | Michael Stapelberg | |
2009-07-25 | Return "no battery" instead of dying if a battery wasn’t found (Thanks Mirko) | Michael Stapelberg | |
2009-07-25 | Don’t perror("connect") when there most likely is no IPv6 connectivity | Michael Stapelberg | |
2009-07-23 | Update i3status.conf | Michael Stapelberg | |