aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README12
1 files changed, 11 insertions, 1 deletions
diff --git a/contrib/README b/contrib/README
index 16716ac..0c1e55b 100644
--- a/contrib/README
+++ b/contrib/README
@@ -4,7 +4,17 @@ Contrib widgets are extra widgets you can use. Some are for less
common hardware, and other were contributed by Vicious users. The
contrib directory also holds widget types that were obsoleted or
rewritten. Contrib widgets will not be imported by init unless you
-explicitly enable it.
+explicitly enable it, or load them in your rc.lua.
+
+
+Usage
+-----
+To use contrib widgets uncomment the line that loads them in
+init.lua. Or you can load them in your rc.lua after you require
+Vicious:
+
+ local vicious = require("vicious")
+ vicious.contrib = require("vicious.contrib")
Widget types