Update colors with catppuccin

This commit is contained in:
Hydroxycarbamide 2022-09-15 00:44:25 +02:00
parent 0ff84042ab
commit b725dccade
29 changed files with 162 additions and 138 deletions

View file

@ -14,7 +14,7 @@ return function(s, widgets)
local bottom_right = awful.popup {
widget = wibox.container.background,
ontop = false,
bg = color["Grey900"],
bg = cat["Crust"],
visible = true,
screen = s,
maximum_height = dpi(80),