Re: Awesome 3.4 wibox and widgets question.

2009-10-24 Thread Viacheslav Chumushuk
2009/10/25 Adrian C. > On Sun, 25 Oct 2009, Viacheslav Chumushuk wrote: > > Can you show me the right way to display widgets one after another? >> > > mywibox_bottom[s].widgets = { >mailmonitor, >batterymonitor, >cputempmonitor, >clockmonitor, >layout = awful.widget.layout.ho

Re: Awesome 3.4 wibox and widgets question.

2009-10-24 Thread Adrian C.
On Sun, 25 Oct 2009, Viacheslav Chumushuk wrote: Can you show me the right way to display widgets one after another? mywibox_bottom[s].widgets = { mailmonitor, batterymonitor, cputempmonitor, clockmonitor, layout = awful.widget.layout.horizontal.rightleft } -- Adrian C. (

Awesome 3.4 wibox and widgets question.

2009-10-24 Thread Viacheslav Chumushuk
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: .