aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-14 19:06:39 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-14 19:06:39 +0100
commita4bd3075e5c9fae533bd934e63e6b4793f0df2f0 (patch)
tree928868ce68f8b6c568410ad91a26d14d2570ca35 /README
parent4dad2e360c1c464feef9a8aaff6e96a7636c54b7 (diff)
downloadvicious-legacy-a4bd3075e5c9fae533bd934e63e6b4793f0df2f0.tar.xz
README: updated link to contrib
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
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