This commit is contained in:
Crylia
2022-01-06 16:27:25 +01:00
parent 72e7dd1dde
commit 39179f06b7
13 changed files with 333 additions and 52 deletions

View File

@@ -26,6 +26,7 @@ return function (s)
width = dpi(100),
strategy = "exact",
layout = wibox.container.constraint,
id = "container"
},
widget = wibox.container.background,
shape = function (cr, width, height)
@@ -34,7 +35,7 @@ return function (s)
bg = color.color["BlueGrey800"]
}
-- Signals
--hover_signal(systray, color.color["Red200"])
hover_signal(systray.container, color.color["Red200"])
return systray
end