From 3b161ffa28e50d6674e081a2ee28c76b05d8b014 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 25 Jun 2012 01:22:53 +0200 Subject: contrib: document how to enable contributed widgets --- contrib/README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit v1.2.3