summaryrefslogtreecommitdiffstats
path: root/oncology
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-21 03:03:33 +0200
committerroot <root@krebs>2011-08-21 03:03:33 +0200
commit310bb0cd4520711d8cc8e6fbaa51fb261a0ab24e (patch)
tree40d83c9e26096b8e164da7aa1146d251352dc00d /oncology
parent290661314c70e43a8bbf3fbe2057e8ab2a860144 (diff)
oncology: add stream status
Diffstat (limited to 'oncology')
-rw-r--r--oncology/lcd4linux.conf15
1 files changed, 13 insertions, 2 deletions
diff --git a/oncology/lcd4linux.conf b/oncology/lcd4linux.conf
index e6ad1f90..a1b0dc16 100644
--- a/oncology/lcd4linux.conf
+++ b/oncology/lcd4linux.conf
@@ -477,6 +477,16 @@ Widget Weather1 {
update 10 * second
}
+Widget Stream {
+ class 'Text'
+ expression exec('/krebs/streams/streams status', 10 * second)
+ #prefix 'Stream:'
+ width width100
+ align 'L'
+ Background darkgray
+ update 10 * second
+}
+
Widget Debug {
class 'Text'
expression 'Serverdisplay - Krebs'
@@ -532,9 +542,10 @@ Layout Krebs {
#Row18.Col29 'PostfixStatus'
#Row19.Col29 'ProFTPStatus'
#Row20.Col29 'SambaStatusDS'
- Row21.Col29 'SSHStatusDS'
+ Row20.Col29 'SSHStatusDS'
- Row23.Col02 'Weather1'
+ Row21.Col02 'Weather1'
+ Row23.Col02 'Stream'
Row25.Col02 'FileTitle'
Row26.Col02 'File1'