aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7b94998..50f9063 100644
--- a/README
+++ b/README
@@ -262,8 +262,8 @@ CPU usage widget
-- after setting graph properties, you can register with:
vicious.register(cpuwidget, vicious.widgets.cpu, '$1', 2)
- - executed every 2 seconds, feeds the graph with usage level of the
- first CPU/core
+ - executed every 2 seconds, feeds the graph with total usage
+ percentage of all CPUs/cores
Mbox widget
mboxwidget = widget({ type = 'textbox', name = 'mboxwidget' })