dotfiles/hypr/hyprland/decorations.conf
Benjamin Palko ec8d9781f8 big blur
2025-12-27 14:34:39 -05:00

19 lines
316 B
Text

decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 6
blur {
enabled = true
size = 6
passes = 1
ignore_opacity = true
}
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}