mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2006-08-13 18:14:03 by harbaum]
Added KVV plugin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@692 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user