From 310bb0cd4520711d8cc8e6fbaa51fb261a0ab24e Mon Sep 17 00:00:00 2001 From: root Date: Sun, 21 Aug 2011 03:03:33 +0200 Subject: oncology: add stream status --- oncology/lcd4linux.conf | 15 +++++++++++++-- 1 file 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' -- cgit v1.2.3