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

@ -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)