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)
))

-- 
Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618
PGP FP: 02A5 628A D8EE 2A93 996E  929F D5CB 31B7 D20A 0618

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

Reply via email to