From 5a05b3642ff261a09dc5d969e06c7fcad52eb193 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 20 Jan 2004 12:45:47 +0000 Subject: [lcd4linux @ 2004-01-20 12:45:47 by reinelt] "Default screen" working with MatrixOrbital git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@323 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 67afb9c..029e94c 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -48,7 +48,8 @@ Widget Busy { Widget BusyBar { class 'Bar' - expression cpu('busy', 500) + expression cpu('busy', 500) + expression2 cpu('system', 500) length 10 direction 'E' update tack @@ -65,6 +66,15 @@ Widget Load { update tick } +Widget LoadBar { + class 'Bar' + expression loadavg(1) + max 2.0 + length 10 + direction 'E' + update tack +} + Layout Default { Row1 { @@ -80,6 +90,7 @@ Layout Default { } Row4 { Col1 'Load' + Col11 'LoadBar' } } -- cgit v1.2.3