On Mon, Jan 25, 2010 at 4:39 PM, Raphael Scholer
<[email protected]> wrote:
> Hi,
> I want to create a second wibox in awesome 3.4.3. Both wiboxes should be
> beneath each other. I belive in earlier version I just had to set
> position to top in both wiboxes, but for some reasons it doesn't work
> anymore. I'm propably missing something really simple, but maybe you can
> give me a nudge in the right direction.
>
> Regards,
> Raphael Scholer
>
damn you, hangover! sorry for the top-post, and i also forgot a curly brace : )
mywibox[s] = awful.wibox({ position = "top", screen = s, height = 32 })
mywibox[s].widgets = {
{
{
-- top row, left-aligned widgets,
layout = awful.widget.layout.horizontal.leftright,
},
{
-- top row, right-aligned widgets,
layout = awful.widget.layout.horizontal.rightleft,
},
},
{
-- bottom row widgets,
},
layout = awful.widget.layout.vertical.flex,
height = mywibox[s].height
}
--
To unsubscribe, send mail to [email protected].