aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-07 05:36:14 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-07 05:36:14 +0000
commit5c71af9339a592ef3759b40614685c83537d3ac3 (patch)
treea6162a3a2e0830014ca1705438fc18c35c98c7c1 /lcd4linux.conf.sample
parentb67414b92541d3a939ace92a458d27f3a3f91fb1 (diff)
downloadlcd4linux-5c71af9339a592ef3759b40614685c83537d3ac3.tar.gz
[lcd4linux @ 2006-02-07 05:36:13 by reinelt]
Layers added to Layout git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@634 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r--lcd4linux.conf.sample40
1 files changed, 37 insertions, 3 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index a921648..7e4d8c5 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -745,6 +745,7 @@ Widget Test {
class 'Text'
expression '1234567890123456789012345678901234567890'
width 40
+ foreground 'ff0000ff'
}
Widget Test1 {
@@ -832,6 +833,38 @@ Layout Default {
}
}
+Layout TestLayer {
+ Row1 {
+ Col1 'OS'
+ }
+ Row2 {
+ Col1 'CPU'
+ Col10 'RAM'
+ }
+ Row3 {
+ Col1 'Busy'
+ Col10 'Rain'
+ Col11 'BusyBar'
+ }
+ Row4 {
+ Col1 'Load'
+ Col11 'LoadBar'
+ }
+ Row5 {
+ Col1 'Disk'
+ Col11 'DiskBar'
+ }
+ Row6 {
+ Col1 'Eth0'
+ Col11 'Eth0Bar'
+ }
+ Layer 0 {
+ Row3 {
+ Col1 'Test'
+ }
+ }
+}
+
Layout L24x8 {
Row1 {
Col1 'Load'
@@ -944,15 +977,16 @@ Layout testMySQL {
#Display 'BA63'
#Display 'CT20x4'
#Display 'T6963-240x64'
-#Display 'XWindow'
+Display 'XWindow'
#Display 'USBLCD'
#Display 'BWCT'
-Display 'Image'
+#Display 'Image'
#Display 'Trefon'
#Display 'LPH7508-serdisplib'
#Display 'LPH7508'
-Layout 'Default'
+#Layout 'Default'
+Layout 'TestLayer'
#Layout 'L8x2'
#Layout 'L16x2'
#Layout 'L20x2'