diff options
author | reinelt <> | 2006-02-07 05:36:14 +0000 |
---|---|---|
committer | reinelt <> | 2006-02-07 05:36:14 +0000 |
commit | ae29db6bcd0f5bddabd0ebdd77f804d2b4454d97 (patch) | |
tree | a6162a3a2e0830014ca1705438fc18c35c98c7c1 /lcd4linux.conf.sample | |
parent | f87085a6ad0b024bcbf9f623844cac0578d4890e (diff) | |
download | lcd4linux-ae29db6bcd0f5bddabd0ebdd77f804d2b4454d97.tar.gz |
[lcd4linux @ 2006-02-07 05:36:13 by reinelt]
Layers added to Layout
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r-- | lcd4linux.conf.sample | 40 |
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' |