Hi,

what is the correct way to create a textbox widget in latest git awesome
build? All the examples I found so far say this should do:

mydate = widget({ type = "textbox" })
>

But with the latest git version, this produces a screwed taglist. I looked
into awesome lua files and found that this actually works:

mydate = wibox.widget.textbox()
>

Now that creates a working textbox widget. So is that a new correct way, or
is there some other preferred way?

David

Reply via email to