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

@@ -120,6 +120,7 @@ return function (s)
}
local calendar_osd_container = awful.popup{
screen = s,
widget = wibox.container.background,
ontop = true,
bg = color.color["Grey900"],
@@ -178,4 +179,4 @@ return function (s)
end
end
)
end
end