Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-18 | Makefile: make PKG_CONFIG overridable (patch by Helmut Grohne) | Michael Stapelberg | |
2017-01-21 | correctly write I3STATUS_VERSION on release | Michael Stapelberg | |
2017-01-21 | Makefile: sort objects for deterministic linking order | Michael Stapelberg | |
Patch by Reiner Herrmann | |||
2016-09-05 | Bugfix: re-add single quotes around I3STATUS_VERSION | Michael Stapelberg | |
related to https://github.com/i3/i3/issues/2437 | |||
2016-08-13 | Deleting VERSION and extracting it from I3STATUS_VERSION instead (#146) | eplanet | |
2016-06-27 | Added version files for release tarball. Fixes #78 (#132) | eplanet | |
2016-01-12 | revert back to using nanosleep | Watcom Hecht | |
Fixes #93 | |||
2016-01-01 | release v2.102.10 | Michael Stapelberg | |
2015-10-12 | Volume percentage should be obtained by float division and rounded to int. | Jakub Klinkovský | |
Fixes #75 | |||
2015-09-24 | wireless (linux): switch from libiw to libnl | Michael Stapelberg | |
Based on http://cr.i3wm.org/patch/692/ by Alexander Monakov fixes #32 fixes #52 | |||
2015-08-01 | Use SndIO for volume module on OpenBSD | Dmitrij D. Czarkoff | |
* add audio(4) code by Robert Nagy * disable PulseAudio While at OpenBSD support, add "-pthread" to LIBS. | |||
2015-07-06 | Whitespace edit | Alexis Hildebrandt | |
2015-04-07 | Add support for differing PREFIX and MANPREFIX. | Thomas Anderson | |
Sometimes we do not want man pages to go to $(PREFIX)/man, as in the case of cross-compiling on distributions such as Exherbo. | |||
2015-04-03 | PulseAudio support for volume input | Watcom Hecht | |
2014-08-01 | Fix CFLAGS and LDFLAGS for DragonFly and FreeBSD | Robin Hahling | |
2014-02-19 | make release: install the README file (Thanks myou) | Michael Stapelberg | |
2013-10-07 | Add support for cpu temperature on NetBSD (using envsys(4)) | Arnaud Degroote | |
2013-10-07 | Fix the build on NetBSD | Arnaud Degroote | |
2013-06-18 | Makefile: use .SILENT and support V=1 for verbose builds | Michael Stapelberg | |
2013-01-25 | src/*.c depends on include/i3status.h | Emil Mikulic | |
2012-11-15 | DragonFlyBSD support added | Scott Tincman | |
2012-10-03 | include contrib/ in release tarballs2.6 | Michael Stapelberg | |
2012-05-04 | add CHANGELOG to release tarball | Michael Stapelberg | |
2012-05-04 | makefile: include yajl-fallback in release tarballs | Michael Stapelberg | |
2012-05-02 | clean (generated) i3status.1 in distclean target | Michael Stapelberg | |
2012-04-30 | bugfix: don’t use TOPDIR (Thanks loblik) | Michael Stapelberg | |
2012-04-29 | Print the volume on OpenBSD too. Add missing library to Makefile accordingly. | Jasper Lievisse Adriaanse | |
2012-04-28 | Add some extra paths if we're compiling on OpenBSD. | Jasper Lievisse Adriaanse | |
2012-04-08 | add yajl compat code | Michael Stapelberg | |
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | |
2011-09-01 | Makefile: fix PREFIX usage | Connor Lane Smith | |
2011-08-27 | Makefile: actually use PREFIX (Thanks cls) | Michael Stapelberg | |
2011-07-13 | makefile: respect and use LIBS/CPPFLAGS, use $(MAKE), fix i3status.c target ↵ | Michael Stapelberg | |
(Thanks Kacper) | |||
2010-09-23 | makefile: also copy include/ in make release | Michael Stapelberg | |
2010-09-23 | port support for xdg basedir and some makefile fixes from i3 | Michael Stapelberg | |
2010-09-22 | makefile: define GIT_VERSION, statically include *VERSION in release tarballs | Michael Stapelberg | |
2010-09-22 | makefile: remove obsolete compilation flag | Michael Stapelberg | |
2010-07-20 | Implement ALSA volume support | Michael Stapelberg | |
2010-04-06 | makefile: don’t fail if setcap is unsuccessful | Michael Stapelberg | |
2010-04-01 | install i3status with cap_net_admin capability, document it | Michael Stapelberg | |
2009-10-24 | Fix Makefile to create correct tarball | Michael Stapelberg | |
2009-10-24 | Don’t compile for DZEN by default | Michael Stapelberg | |
2009-10-16 | Change Makefile to make releases containing our current directory structure | 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-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-01 | Fix linking (Thanks Atsutane) | Michael Stapelberg | |
2009-10-01 | Implement getting the wireless ESSID | Michael Stapelberg | |
This adds a dependency for libiw | |||
2009-09-01 | Support for (Debian) GNU/kFreeBSD | Axel Beckert | |
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 |