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