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 --- README | 3 ++- contrib/README | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README b/README index d0f52b8..6cae001 100644 --- a/README +++ b/README @@ -291,7 +291,8 @@ in the contrib directory of Vicious. The contrib directory contains 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. +will not be imported by init unless you explicitly enable it, or load +them in your rc.lua. Richard Kolkovich, a FreeBSD user, published his vicious-fbsd branch. If you are also a BSD user you can find his work here: 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