There my custom widget which demonstrate example of usage awful.prompt
(http://awesome.naquadah.org/doc/api/modules/awful.prompt.html):
http://pastebin.com/0TUAwbhx

Widget usage:

-- make widget
rtitle = runtitle()
…
-- add to wibox
    mywibox[s].widgets = {
        …
        rtitle.widget,
        …
    }
…
-- add binding
awful.key({ modkey },            "Return", function () rtitle:run() end)

--
To unsubscribe, send mail to [email protected].

Reply via email to