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