Files
nixos/dotfiles/hypr/config/decorations.conf
2025-07-04 16:17:17 +02:00

34 lines
1.1 KiB
Plaintext

# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Decorations Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
source = ~/.config/hypr/config/colors.conf
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#decoration
decoration {
active_opacity = 1
inactive_opacity = 0.9
rounding = 8
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
blur {
enabled = true
size = 15
passes = 2 # more passes = more resource intensive.
xray = true
new_optimizations = on
ignore_opacity = off
vibrancy = 0.1696
}
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}