From 32fe7703c0bed48aa95095dfcd25cefa4e739846 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 29 Sep 2009 23:08:18 +0200 Subject: README: fixes from git-diff --check --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') 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 'MPD: '..args[1] @@ -334,7 +334,7 @@ Other ----- Also read "awesome" manual pages: - awesome(1) awesomerc(5) + awesome(1) awesomerc(5) Authors -- cgit v1.2.3