Update mprix and colors
This commit is contained in:
parent
b725dccade
commit
e1aa18dbed
20 changed files with 389 additions and 85 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue