Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-07-21 | Hide ugly compilation calls in Makefile | Michael Stapelberg | |
2009-07-21 | Use own files for each function, add get_ipv6_addr.c | Michael Stapelberg | |
2009-06-17 | makefile: fix linking1.1 | Michael Stapelberg | |
2009-06-17 | makefile: fix dependencies | Michael Stapelberg | |
2009-06-17 | makefile: fix release target | Michael Stapelberg | |
2009-06-17 | debian: build separate packages for dzen2/wmii | Michael Stapelberg | |
2009-05-01 | Fix URLs, fix make release, update debian/changelog1.0 | Michael Stapelberg | |
2009-05-01 | Implement flags for batteries to use the last full capacity. This breaks ↵ | Michael Stapelberg | |
configfiles. | |||
2009-04-17 | Modify debian package to use the new name, remove initscript as it makes no ↵ | Michael Stapelberg | |
sense for dzen2 | |||
2009-04-17 | Replace wmiistatus with i3status in files | Michael Stapelberg | |
2009-02-22 | Remove unnecessary code for dzen | Michael Stapelberg | |
2009-02-22 | Add dzen2-compatible mode | Michael Stapelberg | |
2009-01-25 | Move configuration file parsing into wmiistatus.c, saves a lot of ↵ | Michael Stapelberg | |
hassle/SLOC/files | |||
2009-01-25 | Make linux-dependant part use #ifdef LINUX | Michael Stapelberg | |
2008-10-24 | Install manpages aswell | Michael Stapelberg | |
2008-10-24 | Add release target to Makefile, use -f for deletion | Michael Stapelberg | |
2008-10-07 | Add option parsing via getopt, cleanup Makefile | Michael Stapelberg | |
2008-10-07 | Make everything configurable | Michael Stapelberg | |
2008-10-04 | Make some formats/paths configurable, add initscript | Michael Stapelberg | |
2008-10-04 | Cleanup | Michael Stapelberg | |
- Add more warning-flags to Makefile and fix warnings - Create config.h as a central place for paths/names - Add wmiistatus.h for definitions | |||
2008-10-03 | Initial commit | Michael Stapelberg | |