On Sat, 24 Sep 2011, Ignas Anikevicius wrote:
> awful.widget.progressbar({height = 25, width = 25})
Try like this:
fubar = awful.widget.progressbar()
fubar:set_height(25):set_width(25)
Then we can see why API documentation claims function new() accepts
width and height, yet they are not applied.
--
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].
