]> git.sur5r.net Git - i3/i3status/log
i3/i3status
15 years agoImplement getting current speed from network interfaces
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.

15 years agoMake source splint-clean (invoked with -weak)
Michael Stapelberg [Fri, 10 Oct 2008 08:33:05 +0000 (10:33 +0200)]
Make source splint-clean (invoked with -weak)

15 years agoMore comments
Michael Stapelberg [Tue, 7 Oct 2008 16:38:22 +0000 (18:38 +0200)]
More comments

15 years agoAdd option parsing via getopt, cleanup Makefile
Michael Stapelberg [Tue, 7 Oct 2008 13:33:54 +0000 (15:33 +0200)]
Add option parsing via getopt, cleanup Makefile

15 years agoAdd manpage, ignore spaces in tokens, introduce interval
Michael Stapelberg [Tue, 7 Oct 2008 13:25:41 +0000 (15:25 +0200)]
Add manpage, ignore spaces in tokens, introduce interval

15 years agoMake everything configurable
Michael Stapelberg [Tue, 7 Oct 2008 11:41:10 +0000 (13:41 +0200)]
Make everything configurable

15 years agoImplement colors for runwatches and WLAN down
Michael Stapelberg [Tue, 7 Oct 2008 10:05:57 +0000 (12:05 +0200)]
Implement colors for runwatches and WLAN down

15 years agoMake runwatches work again
Michael Stapelberg [Tue, 7 Oct 2008 09:54:04 +0000 (11:54 +0200)]
Make runwatches work again

15 years agoWrite information in separate files, define order
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

15 years agoStrip all non-digit characters from pidbuf
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

15 years agoMake some formats/paths configurable, add initscript
Michael Stapelberg [Sat, 4 Oct 2008 17:32:35 +0000 (19:32 +0200)]
Make some formats/paths configurable, add initscript

15 years agoImplement run_watches
Michael Stapelberg [Sat, 4 Oct 2008 17:16:41 +0000 (19:16 +0200)]
Implement run_watches

15 years agoGet IP address for WLAN interface aswell
Michael Stapelberg [Sat, 4 Oct 2008 16:51:27 +0000 (18:51 +0200)]
Get IP address for WLAN interface aswell

15 years agoCleanup
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

15 years agoAdd license, display correct WLAN status
Michael Stapelberg [Sat, 4 Oct 2008 13:10:50 +0000 (15:10 +0200)]
Add license, display correct WLAN status

15 years agoInitial commit
Michael Stapelberg [Fri, 3 Oct 2008 01:18:09 +0000 (03:18 +0200)]
Initial commit