aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-10-13Bugfix: Install manpage from new path (Thanks shatter)Michael Stapelberg1-1/+1
2009-10-12Generate manpage in MakefileMichael Stapelberg1-2/+5
2009-10-11Breaks configfiles! Major refactoring of i3status, see belowMichael Stapelberg1-2/+6
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 Stapelberg1-1/+1
2009-10-01Implement getting the wireless ESSIDMichael Stapelberg1-0/+1
This adds a dependency for libiw
2009-09-01Support for (Debian) GNU/kFreeBSDAxel Beckert1-0/+4
2009-08-18Add support for xmobarMichael Stapelberg1-1/+1
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 Stapelberg1-3/+7
2009-07-21Use own files for each function, add get_ipv6_addr.cMichael Stapelberg1-3/+7
2009-06-17makefile: fix linkingMichael Stapelberg1-1/+2
2009-06-17makefile: fix dependenciesMichael Stapelberg1-1/+3
2009-06-17makefile: fix release targetMichael Stapelberg1-1/+1
2009-06-17debian: build separate packages for dzen2/wmiiMichael Stapelberg1-1/+2
2009-05-01Fix URLs, fix make release, update debian/changelogMichael Stapelberg1-1/+7
2009-05-01Implement flags for batteries to use the last full capacity. This breaks ↵Michael Stapelberg1-0/+1
configfiles.
2009-04-17Modify debian package to use the new name, remove initscript as it makes no ↵Michael Stapelberg1-3/+2
sense for dzen2
2009-04-17Replace wmiistatus with i3status in filesMichael Stapelberg1-9/+11
2009-02-22Remove unnecessary code for dzenMichael Stapelberg1-1/+1
2009-02-22Add dzen2-compatible modeMichael Stapelberg1-0/+3
2009-01-25Move configuration file parsing into wmiistatus.c, saves a lot of ↵Michael Stapelberg1-4/+3
hassle/SLOC/files
2009-01-25Make linux-dependant part use #ifdef LINUXMichael Stapelberg1-0/+4
2008-10-24Install manpages aswellMichael Stapelberg1-0/+2
2008-10-24Add release target to Makefile, use -f for deletionMichael Stapelberg1-2/+6
2008-10-07Add option parsing via getopt, cleanup MakefileMichael Stapelberg1-4/+11
2008-10-07Make everything configurableMichael Stapelberg1-2/+5
2008-10-04Make some formats/paths configurable, add initscriptMichael Stapelberg1-1/+9
2008-10-04CleanupMichael Stapelberg1-1/+1
- 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 Stapelberg1-0/+2