Update mprix and colors
This commit is contained in:
parent
b725dccade
commit
e1aa18dbed
20 changed files with 389 additions and 85 deletions
|
@ -14,10 +14,10 @@ return function(s, widgets)
|
|||
local bottom_right = awful.popup {
|
||||
widget = wibox.container.background,
|
||||
ontop = false,
|
||||
bg = cat["Crust"],
|
||||
bg = color["Grey900"],
|
||||
visible = true,
|
||||
screen = s,
|
||||
maximum_height = dpi(80),
|
||||
maximum_height = dpi(60),
|
||||
placement = function(c) awful.placement.bottom_left(c, { margins = dpi(5) }) end,
|
||||
shape = function(cr, width, height)
|
||||
gears.shape.rounded_rect(cr, width, height, 5)
|
||||
|
@ -25,7 +25,7 @@ return function(s, widgets)
|
|||
}
|
||||
|
||||
bottom_right:struts {
|
||||
bottom = 85
|
||||
bottom = 65
|
||||
}
|
||||
|
||||
local function prepare_widgets(widgets)
|
||||
|
|
|
@ -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