Hi, On Mon, 31 Dec 2012 17:33:45 +0100 Prashanth <[email protected]> wrote:
> Hi list, > I use just the laptop monitor most of the time, which has a resolution > of 1366x768. Vertical space is a premium, and so, up until 3.4.13, I had > the default wibox oriented "left". I tried to do the same with the 3.5 > release, and changed its 3 components to vertical: > > local left_layout = wibox.layout.fixed.horizontal() -- 1 > local right_layout = wibox.layout.fixed.horizontal() -- 2 > local layout = wibox.layout.align.horizontal() -- 3 > > > Making line 3 vertical crashes awesome completely -- I cannot even login > after that. The function exists, so I don't see why it should crash like > that. > > Has anyone else here been able to make the vertical status bar work in > 3.5? Or can someone point me to a way of fixing it? I can't really help you with rotating the wibox, but I have a true vertical panel working. That is, you don't have to turn your head to read anything :) It mostly works with 3.5 and I've submitted some patches for a few minor layout glitches and to make it possible to make the taglist and tasklist vertical too. I can later provide my rc if anyone is interested, it is still nontrivial to get those to work. lukash > > Thanks! > Prash -- To unsubscribe, send mail to [email protected].
