fix(hypr): make shadows use new decoration subcategory

This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent 77537c72b3
commit 4c7708f5b1

View file

@ -84,10 +84,12 @@ decoration {
active_opacity = 1.0 active_opacity = 1.0
inactive_opacity = 1.0 inactive_opacity = 1.0
drop_shadow = true shadow {
shadow_range = 4 enabled = true
shadow_render_power = 3 range = 4
col.shadow = rgba(1a1a1aee) render_power = 3
color = rgba(1a1a1aee)
}
# https://wiki.hyprland.org/Configuring/Variables/#blur # https://wiki.hyprland.org/Configuring/Variables/#blur
blur { blur {