Hi,

I'm quite new to awesome wm and I'm currently fighting with my "config" file.

What I want to achieve is to have single vertical panel on my right-hand side
with horizontal widgets (as a widgets understood graphs for cpu, net load etc.)

Having wibox on right-hand side isn't a problem, I can achieve that with:

statwidget = awful.wibox({ position = "right", width = "100" })

but when I try add to it a widget i.e.:
textwidget = widget({ type = "text", text = "asdf" })
statwidget.widgets = { textwidget }

this text is displayed also vertically. Adding extra "layout" parameter to
awful.wibox() or statwidget.wighets, doesn't change anything, text is
always displayed vertically.

Is there any way to achieve what I want to ?

BTW. Is there any way to embed conky charts into wibox or other awesome
widget ?

Best regards
Dariusz Łuksza

-- 
To unsubscribe, send mail to [email protected].

Reply via email to