Thank you, This will be useful for future. :)

On 31/07/10 13:43, Adrian C. wrote:
On Sat, 31 Jul 2010, Ignas Anikevicius wrote:

So what basically I did was to add function to set widget buttons for
awful.widget.proggressbar:

You can bind button bindings to progressbars and graphs, with a
simple variation on what your patch includes:

barwidget.widget:buttons(awful.util.table.join(
     awful.button({ }, 1, function () awful.util.spawn("xterm", false) end)
))


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

Reply via email to