Couple of ideas:
First, make sure you change the line where you declare the wiibox. It
should say "mywibox[s] = awful.wibox({ position = "top", screen = s })" by
default (I think). Change the position to left.
According to 
this<http://awesome.naquadah.org/doc/api/modules/wibox.layout.align.html>
page,
vertical layouts have a top, bottom, and a middle. So instead of
left/right, you have top/bottom. If you change all of this it should work
(I didn't test it).

On Mon, Dec 31, 2012 at 11:33 AM, 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?
>
> Thanks!
> Prash
>

Reply via email to