fix(hyprland): v0.45 shadow configuration

This commit is contained in:
2024-12-26 18:28:45 +01:00
parent ced40eee24
commit 0b4bb5dfae

View File

@@ -72,11 +72,13 @@ decoration {
passes = 1 passes = 1
} }
drop_shadow = false shadow {
shadow_range = 4 enabled = false
shadow_render_power = 3 range = 4
render_power = 3
color = rgba($baseAlphaee)
}
# inactive_opacity = .72 hehe # inactive_opacity = .72 hehe
col.shadow = rgba($baseAlphaee)
} }
animations { animations {