Hello.
I updated to 3.4 version and have some problems with awesome configurations.
I made wibox and add textbox widgets into it, but all widgets have the same
position.
Awesome outputs all widgets in the same position, so they draws one over other.
Here is the code from my configuration file:
...
-- Create bottom wibox's widgets.
clockmonitor = widget({ type = "textbox" })
mailmonitor = widget({ type = "textbox" })
batterymonitor = widget({ type = "textbox" })
cputempmonitor = widget({ type = "textbox" })
...
-- Create bottom wibox.
mywibox_bottom[s] = awful.wibox({ position = "bottom", screen = s })
mywibox_bottom[s].widgets = {
{
mailmonitor,
batterymonitor,
cputempmonitor,
clockmonitor
},
layout = awful.widget.layout.horizontal.rightleft
}
...
Can you show me the right way to display widgets one after another?
Thanks.
--
Best regards, Viacheslav.
--
To unsubscribe, send mail to [email protected].