Files
amazing-dotfiles/dotfiles/hypr/hyprland/decoration.conf
2026-02-20 00:56:09 +01:00

26 lines
505 B
Plaintext

# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
rounding = 1
rounding_power = 2
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 1.0
shadow {
enabled = true
range = 1
render_power = 1
color = $overlay0
}
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 1
passes = 1
vibrancy = 0.1696
}
}