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:08:18 +0200
commit32fe7703c0bed48aa95095dfcd25cefa4e739846 (patch)
tree1cba8f66258f540fd3c1c6f1a5da9202eb16416d /README
parentb0f737ea56f5b9f3fa4155722c5022de7f725035 (diff)
downloadvicious-legacy-32fe7703c0bed48aa95095dfcd25cefa4e739846.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 7c3bc08..0332f88 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
@@ -234,7 +234,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]
@@ -334,7 +334,7 @@ Other
-----
Also read "awesome" manual pages:
- awesome(1) awesomerc(5)
+ awesome(1) awesomerc(5)
Authors