aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-07-14 04:44:45 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-07-14 04:44:45 +0000
commit255d4ef19a28b9fcc1e34c4cb529eefbfed04afb (patch)
tree698aa30bd340492962cdcaf355afd2a007f707b9 /lcd4linux.conf.sample
parentec0583b5e503d5b52753bbd7eaeb29064ea6e32c (diff)
downloadlcd4linux-255d4ef19a28b9fcc1e34c4cb529eefbfed04afb.tar.gz
[lcd4linux @ 2004-07-14 04:44:44 by reinelt]
Beckmann+Egle fix added smaple widget for the PPP plugin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@483 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r--lcd4linux.conf.sample10
1 files changed, 10 insertions, 0 deletions
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