From 1faa74a415de8b91943dd97799596d7bdf3c39ec Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 14 Jul 2004 04:44:45 +0000 Subject: [lcd4linux @ 2004-07-14 04:44:44 by reinelt] Beckmann+Egle fix added smaple widget for the PPP plugin --- lcd4linux.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index e68f345..aa25a9e 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -285,6 +285,16 @@ Widget Eth0Bar { update tack } +Widget PPP { + class 'Text' + expression (ppp('Rx:0', 500)+ppp('Tx:0', 500)) + prefix 'PPP' + width 9 + precision 0 + align 'R' + update tick +} + Widget Temp { class 'Text' expression i2c_sensors('temp_input3')*1.0324-67 -- cgit v1.2.3