aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-13 00:46:22 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-13 00:46:22 +0200
commit4f3599db00b3a55a0ff6e52530bdad282e97f8f3 (patch)
tree47782c806f64546ca810c54a50c7e00b2963fbca /README
parent1603b5fe82782f4b1f2c570166984b528479d4fe (diff)
downloadvicious-legacy-4f3599db00b3a55a0ff6e52530bdad282e97f8f3.tar.xz
README: fixed CPU widget example
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' })