Update mprix and colors

This commit is contained in:
Hydroxycarbamide 2022-10-01 19:38:53 +02:00
parent b725dccade
commit e1aa18dbed
20 changed files with 389 additions and 85 deletions

View file

@ -47,11 +47,11 @@ return function(screen, programs)
for _, c in ipairs(client.get()) do
if string.lower(c.class):match(program) and c == client.focus then
dock_element.background.bg = color["Grey800"]
dock_element.background.bg = cat["Surface0"]
end
end
Hover_signal(dock_element.background, color["Grey800"], cat["Text"])
Hover_signal(dock_element.background, cat["Surface0"], cat["Text"])
dock_element:connect_signal(
"button::press",