aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorharbaum <>2006-08-13 18:14:03 +0000
committerharbaum <>2006-08-13 18:14:03 +0000
commit2e871a2380f375f81b137a659e6ffa0d8199cb83 (patch)
tree553a469c55802d218cae6c2f62db3f3ccd4e1927 /lcd4linux.conf.sample
parent1133451dceeed7160bad057f77c263fb98c25214 (diff)
downloadlcd4linux-2e871a2380f375f81b137a659e6ffa0d8199cb83.tar.gz
[lcd4linux @ 2006-08-13 18:14:03 by harbaum]
Added KVV plugin
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample30
1 files changed, 30 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 6b15dc1..c55f33b 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -420,6 +420,14 @@ Display Image {
Basecolor '80d000'
}
+Plugin KVV {
+ StationID '12_701'
+ Refresh 30
+
+ Proxy 'igate'
+ Port 8080;
+}
+
Plugin Seti {
Directory '/root/setiathome-3.08.i686-pc-linux-gnu'
}
@@ -877,6 +885,28 @@ Widget ImageTest {
inverted 0
}
+Widget KVV {
+ class 'Text'
+ expression kvv::line(0).' '.kvv::station(0)
+ width 11
+
+ align 'L'
+ update tick
+ Foreground 'ffff00'
+ style 'bold'
+}
+
+Widget KVV_TIME {
+ class 'Text'
+ expression kvv::time_str(0)
+ width 2
+
+ align 'R'
+ update tick
+ foreground kvv::time(0) < 2 ? 'FF0000' : ( kvv::time(0) < 5 ? 'FFFF00' : '00FF00' )
+ style 'bold'
+}
+
Layout Default {
Row1 {
Col1 'OS'