From a4bd3075e5c9fae533bd934e63e6b4793f0df2f0 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 14 Mar 2010 19:06:39 +0100 Subject: README: updated link to contrib --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index d14a4d3..b41faf5 100644 --- a/README +++ b/README @@ -8,8 +8,9 @@ ones: - http://git.sysphere.org/vicious/about/ Vicious widget types are a framework for creating your own awesome -widgets. Before using a widget type *you* need to ensure that a valid -source of information exists. +widgets. Vicious contains modules that gather data about your system, +and a few helper functions that make it easier to register timers, +suspend widgets and so on. For now Vicious doesn't depend on any third party Lua libraries, to make it easier to install and use. That means some system utilities @@ -279,7 +280,7 @@ other were contributed by Vicious users. The [contrib] branch also holds widget types that were deprecated, rewritten or removed from the [master] branch. - - http://git.sysphere.org/vicious/log/?h=contrib + - http://git.sysphere.org/vicious/tree/extra?h=contrib Richard Kolkovich, a FreeBSD user, published his vicious-fbsd branch. If you are also a BSD user you can find his work here: @@ -468,7 +469,7 @@ Example uptimewidget.width, uptimewidget.align = 50, "right" vicious.register(uptimewidget, vicious.widgets.uptime, "$1 $2:$3", 61) - - forces a fix width of 50px to the uptime widget, and aligns its + - forces a fixed width of 50px to the uptime widget, and aligns its text to the right -- cgit v1.2.3