diff options
author | root <root@krebs> | 2011-08-21 03:03:33 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-21 03:03:33 +0200 |
commit | d6ce89c25e80e42357667df0cafc4d406f777ab8 (patch) | |
tree | 58d40def12322b25cbc41097061fe5efbaf049a8 /oncology | |
parent | 562a1b4d7b9c094f10415b3f4048d53284ae696f (diff) |
oncology: add stream status
Diffstat (limited to 'oncology')
-rw-r--r-- | oncology/lcd4linux.conf | 15 |
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'
|