summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-05-04makefile: include yajl-fallback in release tarballsMichael Stapelberg
2012-05-02clean (generated) i3status.1 in distclean targetMichael Stapelberg
2012-04-30bugfix: don’t use TOPDIR (Thanks loblik)Michael Stapelberg
2012-04-29Print the volume on OpenBSD too. Add missing library to Makefile accordingly.Jasper Lievisse Adriaanse
2012-04-28Add some extra paths if we're compiling on OpenBSD.Jasper Lievisse Adriaanse
2012-04-08add yajl compat codeMichael Stapelberg
2012-03-25Properly output JSON with libyajlMichael Stapelberg
2011-09-01Makefile: fix PREFIX usageConnor Lane Smith
2011-08-27Makefile: actually use PREFIX (Thanks cls)Michael Stapelberg
2011-07-13makefile: respect and use LIBS/CPPFLAGS, use $(MAKE), fix i3status.c target ↵Michael Stapelberg
(Thanks Kacper)
2010-09-23makefile: also copy include/ in make releaseMichael Stapelberg
2010-09-23port support for xdg basedir and some makefile fixes from i3Michael Stapelberg
2010-09-22makefile: define GIT_VERSION, statically include *VERSION in release tarballsMichael Stapelberg
2010-09-22makefile: remove obsolete compilation flagMichael Stapelberg
2010-07-20Implement ALSA volume supportMichael Stapelberg
2010-04-06makefile: don’t fail if setcap is unsuccessfulMichael Stapelberg
2010-04-01install i3status with cap_net_admin capability, document itMichael Stapelberg
2009-10-24Fix Makefile to create correct tarballMichael Stapelberg
2009-10-24Don’t compile for DZEN by defaultMichael Stapelberg
2009-10-16Change Makefile to make releases containing our current directory structureMichael Stapelberg
2009-10-13Bugfix: Install manpage from new path (Thanks shatter)Michael Stapelberg
2009-10-12Generate manpage in MakefileMichael Stapelberg
2009-10-11Breaks configfiles! Major refactoring of i3status, see belowMichael 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-01Fix linking (Thanks Atsutane)Michael Stapelberg
2009-10-01Implement getting the wireless ESSIDMichael Stapelberg
This adds a dependency for libiw
2009-09-01Support for (Debian) GNU/kFreeBSDAxel Beckert
2009-08-18Add support for xmobarMichael Stapelberg
Use i3status-xmobar | xmobar -o -t "%StdinReader%" -c "[Run StdinReader]" You might need to copy the default configuration to ~/.xmobarrc
2009-07-21Hide ugly compilation calls in MakefileMichael Stapelberg
2009-07-21Use own files for each function, add get_ipv6_addr.cMichael Stapelberg
2009-06-17makefile: fix linking1.1Michael Stapelberg
2009-06-17makefile: fix dependenciesMichael Stapelberg
2009-06-17makefile: fix release targetMichael Stapelberg
2009-06-17debian: build separate packages for dzen2/wmiiMichael Stapelberg
2009-05-01Fix URLs, fix make release, update debian/changelog1.0Michael Stapelberg
2009-05-01Implement flags for batteries to use the last full capacity. This breaks ↵Michael Stapelberg
configfiles.
2009-04-17Modify debian package to use the new name, remove initscript as it makes no ↵Michael Stapelberg
sense for dzen2
2009-04-17Replace wmiistatus with i3status in filesMichael Stapelberg
2009-02-22Remove unnecessary code for dzenMichael Stapelberg
2009-02-22Add dzen2-compatible modeMichael Stapelberg
2009-01-25Move configuration file parsing into wmiistatus.c, saves a lot of ↵Michael Stapelberg
hassle/SLOC/files
2009-01-25Make linux-dependant part use #ifdef LINUXMichael Stapelberg
2008-10-24Install manpages aswellMichael Stapelberg
2008-10-24Add release target to Makefile, use -f for deletionMichael Stapelberg
2008-10-07Add option parsing via getopt, cleanup MakefileMichael Stapelberg
2008-10-07Make everything configurableMichael Stapelberg
2008-10-04Make some formats/paths configurable, add initscriptMichael Stapelberg
2008-10-04CleanupMichael 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-03Initial commitMichael Stapelberg