On 06/01/13 07:20:23 +0100, Uli Schlachter wrote:
> On 06.01.2013 19:02, Ignas Anikevičius wrote:
> > I was wondering if somebody could explain me how to create a floating
> > wibox with a textbox inside?
> 
> local foo = wibox{ x = 10, y = 20, width = 30, height = 40, visible = true }
> foo:set_widget(bar)
> 
> (Perhaps also ontop = true)
> (foo.visible = false hides the wibox)
> 
> > I want to create some feedback mechanism (ala osd trigered via
> > keybinds), and it slightly annoys me, that naughty doesn't support
> > progress bars and in order to update text in it I need to destroy and
> > create a new notification, which causes some flickering...
> 
> You can also look at the code from awful/tooltip.lua and naughty.lua for some
> further examples.

Thanks a lot for such a clear example.

Ignas

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

Reply via email to