24 lines
527 B
Plaintext
24 lines
527 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
|
|
|
|
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
|
|
}
|
|
}
|