conf2/hprland/.config/hypr/conf/decoration.conf

24 lines
527 B
Plaintext
Raw Permalink Normal View History

2024-10-23 17:23:20 +00:00
# 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
drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 6
passes = 2
new_optimizations = on
xray = true
vibrancy = 0.1696
}
}