systray, dock, icon_handler some major revision

This commit is contained in:
Rene Kievits
2022-03-06 20:56:06 +01:00
parent 39179f06b7
commit dae28d55eb
29 changed files with 422 additions and 255 deletions

View File

@@ -47,7 +47,7 @@ return function ()
shape = function (cr, width, height)
gears.shape.rounded_rect(cr, height, width, 5)
end,
widget = wibox.widget.background
widget = wibox.container.background
}
-- Signals
@@ -61,4 +61,4 @@ return function ()
)
return power_widget
end
end