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 | 2be46b6392bd35dabf850f92d0829b452296e12b (patch) | |
| tree | ecb89c92c55dfea54a2d7639b716199e8eae72a4 | |
| parent | c4633ce724b842e891e181e2bc5f7d6c13244b61 (diff) | |
oncology: update lcd4linux.conf to show BTC
| -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'
  | 
