aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample13
1 files changed, 12 insertions, 1 deletions
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'
}
}