diff options
| author | root <root@krebs> | 2011-08-22 01:37:27 +0200 | 
|---|---|---|
| committer | root <root@krebs> | 2011-08-22 01:37:27 +0200 | 
| commit | c32c6173b9d0467595078ffc0a1f16475c7f6690 (patch) | |
| tree | 0091a60abff703eadb798e2bfdfe815f36257f45 /oncology | |
| parent | 38d7fd3277096c94c82a6dfff009edfe6bc1b57e (diff) | |
oncology: update lcd4linux.conf to show BTC
Diffstat (limited to 'oncology')
| -rw-r--r-- | oncology/lcd4linux.conf | 12 | 
1 files changed, 11 insertions, 1 deletions
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'
  | 
