From c32c6173b9d0467595078ffc0a1f16475c7f6690 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Aug 2011 01:37:27 +0200 Subject: oncology: update lcd4linux.conf to show BTC --- oncology/lcd4linux.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'oncology') diff --git a/oncology/lcd4linux.conf b/oncology/lcd4linux.conf index a1b0dc16..34df9f65 100644 --- a/oncology/lcd4linux.conf +++ b/oncology/lcd4linux.conf @@ -476,6 +476,15 @@ Widget Weather1 { Background darkgray update 10 * second } +Widget Bitcoin { + class 'Text' + expression exec('/krebs/btc/mtgox/ticker_text.sh', 10 * second) + prefix 'BTC: ' + width width100 + align 'L' + Background darkgray + update 30 * second +} Widget Stream { class 'Text' @@ -545,6 +554,7 @@ Layout Krebs { Row20.Col29 'SSHStatusDS' Row21.Col02 'Weather1' + Row22.Col02 'Bitcoin' Row23.Col02 'Stream' Row25.Col02 'FileTitle' @@ -554,7 +564,7 @@ Layout Krebs { Row30.Col01 'Debug' - #Timer1 'SetFileMsg' + Timer1 'SetFileMsg' Layer 2 { X1.Y1 'Bgnd' -- cgit v1.2.3