mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user