Hello all,

in the past I used following spacer between widgets:

myspacer = widget({ type = "textbox" })
myspacer.text = " | "

Due to awesome upgrade should I rewrote it to:

myspacer = wibox.widget.textbox()
myspacer.text = " | "

But above doesn't work nor returns an error.
Could I ask you for a help?

Thank you.

KR.

Piotr.

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

Reply via email to