Added some blur in walker

This commit is contained in:
2026-02-27 19:28:33 +01:00
parent 61f0e5ea57
commit 473d0c1b14
2 changed files with 9 additions and 1 deletions
@@ -62,9 +62,17 @@ general {
layerrule = blur on, ignore_alpha 1, match:namespace swaync-notification-windoww
layerrule = blur on, ignore_alpha 1, match:namespace waybar
layerrule = xray 1, match:namespace waybar
layerrule = blur, ignorealpha 1, match:namespace walker
layerrule = xray 1, match:namespace walker
}
decoration {
rounding = 5
blur {
enabled = yes
size = 8
passes = 3
new_optimizations = on
}
}
animations {
enabled = yes
@@ -1,7 +1,7 @@
/* Catppuccin Mocha Walker Theme */
/* --- Palette --- */
@define-color base #1e1e2e;
@define-color base rgba(220, 230, 255, 0.05);
@define-color mantle #181825;
@define-color crust #11111b;