From e2fbd653b47bcd69d8adf571374af8eb923ea6eb Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Thu, 17 Jun 2004 10:58:58 +0000 Subject: [lcd4linux @ 2004-06-17 10:58:57 by reinelt] changed plugin_netdev to use the new fast hash model --- lcd4linux.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 8028435..c1adc4a 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -256,7 +256,7 @@ Widget DiskBar { Widget Eth0 { class 'Text' - expression (netdev('eth0.Rx.bytes', 500)+netdev('eth0.Tx.bytes', 500))/1024 + expression (netdev('eth0', 'Rx_bytes', 500)+netdev('eth0', 'Tx_bytes', 500))/1024 prefix 'eth0' postfix ' ' width 10 @@ -267,8 +267,8 @@ Widget Eth0 { Widget Eth0Bar { class 'Bar' - expression netdev('eth0.Rx.bytes', 500) - expression2 netdev('eth0.Tx.bytes', 500) + expression netdev('eth0', 'Rx_bytes', 500) + expression2 netdev('eth0', 'Tx_bytes', 500) length 14 direction 'E' update tack -- cgit v1.2.3