Is there any way to change the systray shape to rounded rectangle in AwesomeWM window manager? I've searched docs for "wibox.widget.systray" class but it doesn't have option to change it's shape. I tried to put systray to container and set the shape there but it didn't work:
s.mysystray = wibox.widget.systray()
local systray_container = wibox.container.background(s.mysystray, beautiful.bg_systray, gears.shape.rounded_rect)
local systray_margin = wibox.container.margin(systray_container, 0, 0, 5, 5)
local systray = wibox.container.place(systray_margin, {
halign = "center",
fill_vertical = true,
})
I would like to unify systray with tasklist selection just like in the picture below: https://i.stack.imgur.com/buHBW.jpg