aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-29 23:08:18 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-29 23:09:01 +0200
commit121681f94eedf9fa9157f673512ee97c3d6689a9 (patch)
tree53ddd729581448dfa6386af6e0936eab6975b0b9 /README
parente7cf29bb31d4605c3b83b4b75307da7b419d43e4 (diff)
downloadvicious-legacy-121681f94eedf9fa9157f673512ee97c3d6689a9.tar.xz
README: fixes from git-diff --check
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index a09155e..1db282e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-vicious
-=======
+Vicious
+-------
vicious is a modular widget library for "awesome" window manager,
derived from the "Wicked" widget library. It has some of the old
Wicked widget types, a few of them rewritten, and a good number of
@@ -236,7 +236,7 @@ second argument, and should return the text to be used for the widget.
Example widget
mpdwidget = widget({ type = 'textbox', name = 'mpdwidget' })
- vicious.register(mpdwidget,vicious.widgets.mpd,
+ vicious.register(mpdwidget,vicious.widgets.mpd,
function (widget, args)
if args[1] == "Stopped" then return ''
else return '<span color="white">MPD:</span> '..args[1]
@@ -344,7 +344,7 @@ Other
-----
Also read "awesome" manual pages:
- awesome(1) awesomerc(5)
+ awesome(1) awesomerc(5)
Authors