Re: [dev][dwmstatus][patch] Add a simple net usage display function

2012-12-06 Thread Christoph Lohmann
Greetings. On Thu, 06 Dec 2012 21:11:04 +0100 Silvan Jegen wrote: > On Thu, Dec 06, 2012 at 08:37:54PM +0100, Christoph Lohmann wrote: > > Greetings. > > > > On Thu, 06 Dec 2012 20:37:54 +0100 Silvan Jegen wrote: > > > Hello everyone > > > > > > I attached a patch adding a simple helper functi

Re: [dev][dwmstatus][patch] Add a simple net usage display function

2012-12-06 Thread Silvan Jegen
On Thu, Dec 06, 2012 at 08:37:54PM +0100, Christoph Lohmann wrote: > Greetings. > > On Thu, 06 Dec 2012 20:37:54 +0100 Silvan Jegen wrote: > > Hello everyone > > > > I attached a patch adding a simple helper function that displays the > > current up- & down-speed of the eth0 interface. It parses

Re: [dev][dwmstatus][patch] Add a simple net usage display function

2012-12-06 Thread Christoph Lohmann
Greetings. On Thu, 06 Dec 2012 20:37:54 +0100 Silvan Jegen wrote: > Hello everyone > > I attached a patch adding a simple helper function that displays the > current up- & down-speed of the eth0 interface. It parses /proc/net/dev > to gather the needed information which seemed like the easiest w

[dev][dwmstatus][patch] Add a simple net usage display function

2012-12-06 Thread Silvan Jegen
9:21:32 +0100 Subject: [dev][dwmstatus][patch] Add a simple net usage display function --- dwmstatus.c | 86 +++-- 1 file changed, 84 insertions(+), 2 deletions(-) diff --git a/dwmstatus.c b/dwmstatus.c index 9b2703b..68dd012 10064