hyprland blur changes to adapt to the new versions
This commit is contained in:
parent
2af6165f8d
commit
497e93bfc5
1 changed files with 10 additions and 7 deletions
|
@ -47,12 +47,15 @@ decoration {
|
||||||
active_opacity=0.95
|
active_opacity=0.95
|
||||||
inactive_opacity=0.9
|
inactive_opacity=0.9
|
||||||
|
|
||||||
blur = yes
|
blur {
|
||||||
blur_size = 5
|
enabled = yes
|
||||||
blur_passes = 4
|
size = 5
|
||||||
blur_ignore_opacity = true
|
passes = 4
|
||||||
blur_new_optimizations = true
|
ignore_opacity = true
|
||||||
blur_xray = true
|
new_optimizations = true
|
||||||
|
xray = true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
drop_shadow=true
|
drop_shadow=true
|
||||||
shadow_range=15
|
shadow_range=15
|
||||||
|
@ -79,4 +82,4 @@ animations {
|
||||||
animation=fadeIn,1,10,default
|
animation=fadeIn,1,10,default
|
||||||
animation=fadeOut,1,10,default
|
animation=fadeOut,1,10,default
|
||||||
animation=workspaces,1,6,overshot,slide
|
animation=workspaces,1,6,overshot,slide
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue