Update colors with catppuccin
This commit is contained in:
parent
0ff84042ab
commit
b725dccade
29 changed files with 162 additions and 138 deletions
|
@ -53,14 +53,14 @@ return function()
|
|||
widget = wibox.container.margin
|
||||
},
|
||||
bg = cat["Lavender"],
|
||||
fg = color["Grey900"],
|
||||
fg = cat["Crust"],
|
||||
shape = function(cr, width, height)
|
||||
gears.shape.rounded_rect(cr, width, height, 5)
|
||||
end,
|
||||
widget = wibox.container.background
|
||||
}
|
||||
|
||||
Hover_signal(mpris_widget, cat["Lavender"], color["Grey900"])
|
||||
Hover_signal(mpris_widget, cat["Lavender"], cat["Crust"])
|
||||
|
||||
watch(
|
||||
[[ bash -c "$HOME/.config/awesome/bin/get_mpris_status.sh" ]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue