aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 3e0dd98..5f9ed2d 100644
--- a/README
+++ b/README
@@ -31,13 +31,13 @@ Then add the following to the top of your rc.lua:
Once you create a widget (a textbox, graph or a progressbar) call
vicious.register() to register it with vicious:
- vicious.register(widget, type, format, interval, warg)
+ vicious.register(widget, wtype, format, interval, warg)
widget
- widget created with widget() or awful.widget() (in case of a
graph or a progressbar)
- type
+ wtype
- one of the available widget types, see below for a list
format
@@ -78,7 +78,7 @@ Restart suspended widgets:
- if widget is provided only that widget will be activated
Enable caching of a widget type:
- vicious.cache(type)
+ vicious.cache(wtype)
- enable caching of values returned by a widget type