README: fixed CPU widget example

This commit is contained in:
Adrian C. (anrxc) 2009-09-13 00:46:22 +02:00
parent 1603b5fe82
commit 4f3599db00
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -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' })