Hi list! I'm using a wibox with many widgets, and end (right) of wibox a tasklist and a taglist (top-bottom, use by a wibox.layout.flex.vertical). But my tasklist doesn't fit the available space, so my titles are very short (some chars). Here is the relevant code:
local top_layout = wibox.layout.fixed.horizontal() local prlayout = wibox.layout.flex.vertical() prlayout:add(mytaglist) prlayout:add(mytasklist) -- many top_layout:add(...) top_layout:add(prlayout) How can I do a taglist/tasklist's layout bigger? The end of tasklist is approx the 3/5 part of screen (more a half). Zsolt -- To unsubscribe, send mail to [email protected].
