conf2/hprland/.config/hypr/conf/decoration.conf
2024-11-22 17:21:00 +01:00

25 lines
510 B
Plaintext

# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
rounding = 10
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 0.9
shadow {
range = 30
render_power = 3
color = rgba(1a1a1aee)
}
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 6
passes = 2
new_optimizations = on
xray = true
vibrancy = 0.1696
}
}