README: minor fix in mem widget example

This commit is contained in:
Adrian C. (anrxc) 2009-09-24 16:12:20 +02:00
parent 51d52551a3
commit 09457245e9
1 changed files with 2 additions and 1 deletions

3
README
View File

@ -251,7 +251,8 @@ Memory widget
memwidget = widget({ type = 'textbox', name = 'memwidget' })
vicious.register(memwidget, vicious.widgets.mem, '$1 ($2MB/$3MB)', 13)
- executed every 13 seconds, appends "MB" to 2nd and 3rd argument
- executed every 13 seconds, appends "MB" to 2nd and 3rd returned
values
HDD temperature widget
hddtempwidget = widget({ type = 'textbox', name = 'hddtempwidget' })