diff options
author | reinelt <> | 2004-01-18 09:01:45 +0000 |
---|---|---|
committer | reinelt <> | 2004-01-18 09:01:45 +0000 |
commit | 6c86643d7e174294488e42c5f0404f5a6244668f (patch) | |
tree | 28db6924b1f974ac99a8d5a67fecae8a8cbc325a /lcd4linux.conf.sample | |
parent | 9fdad968332d4a70090cf813f0620e3c5d66a0ef (diff) | |
download | lcd4linux-6c86643d7e174294488e42c5f0404f5a6244668f.tar.gz |
[lcd4linux @ 2004-01-18 09:01:45 by reinelt]
/proc/stat parsing finished
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r-- | lcd4linux.conf.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 7d48af3..4082210 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -35,6 +35,17 @@ Widget RAM { update tick } +Widget Busy { + class 'Text' + expression cpu('busy', 500) + prefix 'Busy ' + postfix '%' + width 10 + precision 1 + align 'R' + update tick +} + Widget Load { class 'Text' expression loadavg(1) @@ -56,6 +67,7 @@ Layout Default { Col10 'RAM' } Row3 { + Col1 'Busy' } Row4 { Col1 'Load' |