aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 16:12:20 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 16:12:20 +0200
commit09457245e968759c322b89864e8f8847886f4daf (patch)
tree60d17c6f62ebbc588a60c9e5a3940e063b458e5c /README
parent51d52551a380775aa5135f6905e7e3b3cbdda519 (diff)
downloadvicious-legacy-09457245e968759c322b89864e8f8847886f4daf.tar.xz
README: minor fix in mem widget example
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index ba8f737..1dbf7d5 100644
--- a/README
+++ b/README
@@ -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' })