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.

Uli
-- 
"Do you know that books smell like nutmeg or some spice from a foreign land?"
                                                  -- Faber in Fahrenheit 451

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

Reply via email to