]>
git.sur5r.net Git - i3/i3status/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Stapelberg [Fri, 24 Oct 2008 21:45:45 +0000 (23:45 +0200)]
Add support for differently named uevent data and hint for 9pnet_fd
Michael Stapelberg [Fri, 24 Oct 2008 20:27:11 +0000 (22:27 +0200)]
Add default config to git
Michael Stapelberg [Fri, 24 Oct 2008 20:17:21 +0000 (22:17 +0200)]
Remove dh_prep as it deletes the configfile in /etc
Michael Stapelberg [Fri, 24 Oct 2008 19:49:41 +0000 (21:49 +0200)]
Add debian packaging files to repository
Michael Stapelberg [Fri, 24 Oct 2008 19:39:28 +0000 (21:39 +0200)]
Install manpages aswell
Michael Stapelberg [Fri, 24 Oct 2008 19:29:00 +0000 (21:29 +0200)]
Add release target to Makefile, use -f for deletion
Michael Stapelberg [Fri, 24 Oct 2008 19:05:12 +0000 (21:05 +0200)]
Implement getting current speed from network interfaces
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.
Michael Stapelberg [Fri, 10 Oct 2008 08:33:05 +0000 (10:33 +0200)]
Make source splint-clean (invoked with -weak)
Michael Stapelberg [Tue, 7 Oct 2008 16:38:22 +0000 (18:38 +0200)]
More comments
Michael Stapelberg [Tue, 7 Oct 2008 13:33:54 +0000 (15:33 +0200)]
Add option parsing via getopt, cleanup Makefile
Michael Stapelberg [Tue, 7 Oct 2008 13:25:41 +0000 (15:25 +0200)]
Add manpage, ignore spaces in tokens, introduce interval
Michael Stapelberg [Tue, 7 Oct 2008 11:41:10 +0000 (13:41 +0200)]
Make everything configurable
Michael Stapelberg [Tue, 7 Oct 2008 10:05:57 +0000 (12:05 +0200)]
Implement colors for runwatches and WLAN down
Michael Stapelberg [Tue, 7 Oct 2008 09:54:04 +0000 (11:54 +0200)]
Make runwatches work again
Michael Stapelberg [Tue, 7 Oct 2008 09:45:52 +0000 (11:45 +0200)]
Write information in separate files, define order
wmii will show them with little border between, better than the previous
method, where an ascii bar was shown
Michael Stapelberg [Tue, 7 Oct 2008 09:22:35 +0000 (11:22 +0200)]
Strip all non-digit characters from pidbuf
This is needed for dhclient's pidfile, as it contains a newline
Michael Stapelberg [Sat, 4 Oct 2008 17:32:35 +0000 (19:32 +0200)]
Make some formats/paths configurable, add initscript
Michael Stapelberg [Sat, 4 Oct 2008 17:16:41 +0000 (19:16 +0200)]
Implement run_watches
Michael Stapelberg [Sat, 4 Oct 2008 16:51:27 +0000 (18:51 +0200)]
Get IP address for WLAN interface aswell
Michael Stapelberg [Sat, 4 Oct 2008 16:42:12 +0000 (18:42 +0200)]
Cleanup
- Add more warning-flags to Makefile and fix warnings
- Create config.h as a central place for paths/names
- Add wmiistatus.h for definitions
Michael Stapelberg [Sat, 4 Oct 2008 13:10:50 +0000 (15:10 +0200)]
Add license, display correct WLAN status
Michael Stapelberg [Fri, 3 Oct 2008 01:18:09 +0000 (03:18 +0200)]
Initial commit