]> git.sur5r.net Git - i3/i3status/commit
Implement getting current speed from network interfaces
authorMichael Stapelberg <michael+x200@stapelberg.de>
Fri, 24 Oct 2008 19:05:12 +0000 (21:05 +0200)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Fri, 24 Oct 2008 19:05:20 +0000 (21:05 +0200)
commit62f3fc6838bf0e59bb490b0da229649bf86d847c
tree5ddd40aa8bf1abac9fd4f1d2627cb21b1c01e413
parent753144d58b5b7edb104f78b0c0331ad150fcdb7c
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.
config.c
config.h
wmiistatus.1
wmiistatus.c