[lcd4linux @ 2004-01-18 09:01:45 by reinelt]

/proc/stat parsing finished

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@319 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2004-01-18 09:01:45 +00:00
parent be7822ae1c
commit dab42916ca
5 changed files with 220 additions and 61 deletions

View File

@@ -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'