forked from Shinonome/dots-hyprland
hyprland: blur popups
This commit is contained in:
@@ -78,6 +78,8 @@ decoration {
|
|||||||
brightness = 1
|
brightness = 1
|
||||||
noise = 0.01
|
noise = 0.01
|
||||||
contrast = 1
|
contrast = 1
|
||||||
|
popup = true
|
||||||
|
popup_ignorealpha = 0.6
|
||||||
}
|
}
|
||||||
# Shadow
|
# Shadow
|
||||||
drop_shadow = false
|
drop_shadow = false
|
||||||
@@ -113,11 +115,11 @@ animations {
|
|||||||
bezier = easeOutCirc, 0, 0.55, 0.45, 1
|
bezier = easeOutCirc, 0, 0.55, 0.45, 1
|
||||||
bezier = easeOutExpo, 0.16, 1, 0.3, 1
|
bezier = easeOutExpo, 0.16, 1, 0.3, 1
|
||||||
bezier = softAcDecel, 0.26, 0.26, 0.15, 1
|
bezier = softAcDecel, 0.26, 0.26, 0.15, 1
|
||||||
|
bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
|
||||||
# Animation configs
|
# Animation configs
|
||||||
animation = windows, 1, 3, md3_decel, popin 60%
|
animation = windows, 1, 3, md3_decel, popin 60%
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
animation = fade, 1, 2.5, md3_decel
|
animation = fade, 1, 2.5, md3_decel
|
||||||
# animation = workspaces, 1, 3.5, md3_decel, slide
|
|
||||||
animation = workspaces, 1, 7, fluent_decel, slide
|
animation = workspaces, 1, 7, fluent_decel, slide
|
||||||
# animation = workspaces, 1, 2.5, softAcDecel, slide
|
# animation = workspaces, 1, 2.5, softAcDecel, slide
|
||||||
# animation = workspaces, 1, 7, fluent_decel, slidefade 15%
|
# animation = workspaces, 1, 7, fluent_decel, slidefade 15%
|
||||||
|
|||||||
Reference in New Issue
Block a user