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

@@ -11,6 +11,7 @@ local wibox = require("wibox")
return function (s, widgets)
local top_left = awful.popup{
screen = s,
widget = wibox.container.background,
ontop = false,
bg = colors.color["Grey900"],
@@ -50,4 +51,4 @@ return function (s, widgets)
nil,
layout = wibox.layout.fixed.horizontal
}
end
end