Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-11 | debian: depend on libcap2-bin for setcap | Michael Stapelberg | |
2010-04-11 | debian: update packaging2.1 | Michael Stapelberg | |
2010-04-10 | update changelog | Michael Stapelberg | |
2010-04-06 | Little style fixes for the last commit | Michael Stapelberg | |
2010-04-06 | ipv6: update manpage | Christian Dietrich | |
2010-04-06 | ipv6: provide format strings for ipv6 up and ipv6 down | Christian Dietrich | |
2010-04-06 | debian: add postinst file which issues setcap | Michael Stapelberg | |
2010-04-06 | makefile: don’t fail if setcap is unsuccessful | Michael Stapelberg | |
2010-04-06 | ipv6: don't require a title for config option | Christian Dietrich | |
2010-04-01 | install i3status with cap_net_admin capability, document it | Michael Stapelberg | |
2010-02-14 | makefile: only regenerate i3status.1 when necessary (Patch by Peter Johnson) | Michael Stapelberg | |
2010-02-14 | Colorize ethernet output (patch by Peter Johnson) | Michael Stapelberg | |
2010-01-30 | Instead of a relative sleep(1), sleep until the full second | Michael Stapelberg | |
This makes sure you don’t lag behind up to nearly one second in the worst case, depending on the start time of your i3status. | |||
2010-01-26 | wireless: display no IP instead of (null) | Michael Stapelberg | |
2010-01-26 | get_ip_address: return NULL instead of down | Michael Stapelberg | |
2010-01-11 | Fix FTBFS on kFreeBSD and Hurd: libiw is Linux-only | Axel Beckert | |
2010-01-10 | disk: also round when printing TB (Thanks Merovius) | Michael Stapelberg | |
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. |