Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-24 | Implement getting current speed from network interfaces | Michael Stapelberg | |
The network interface must be supported by ethtool, as its syscall is used for this. This is at least the case for e1000 cards. Unfortunately, getting the speed needs root privileges. Therefore, you have to enable it in configuration separately. | |||
2008-10-10 | Make source splint-clean (invoked with -weak) | Michael Stapelberg | |
2008-10-07 | Add manpage, ignore spaces in tokens, introduce interval | Michael Stapelberg | |
2008-10-07 | Make everything configurable | Michael Stapelberg | |
2008-10-07 | Implement colors for runwatches and WLAN down | Michael Stapelberg | |
2008-10-07 | Make runwatches work again | Michael Stapelberg | |
2008-10-07 | Write information in separate files, define order | Michael Stapelberg | |
wmii will show them with little border between, better than the previous method, where an ascii bar was shown | |||
2008-10-07 | Strip all non-digit characters from pidbuf | Michael Stapelberg | |
This is needed for dhclient's pidfile, as it contains a newline | |||
2008-10-04 | Make some formats/paths configurable, add initscript | Michael Stapelberg | |
2008-10-04 | Implement run_watches | 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 |