hyprcrux/.config/hypr/animations.conf
2024-02-27 23:19:42 -05:00

53 lines
No EOL
1.3 KiB
Text

decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 0
blur {
enabled = true
size = 6
passes = 3
new_optimizations = true
ignore_opacity = on
xray = false
brightness = 1
}
drop_shadow = yes
shadow_range = 8
shadow_render_power = 20
col.shadow = rgb(AHG444)
active_opacity = 1
inactive_opacity = 1
}
animations {
enabled = yes
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
bezier = wind, 0.05, 0.9, 0.1, 1.05
bezier = winIn, 0.1, 1.1, 0.1, 1.1
bezier = winOut, 0.3, -0.3, 0, 1
bezier = liner, 1, 1, 1, 1
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = workspaces, 1, 6, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
# animation = windows, 1, 6, wind, slide
animation = windowsIn, 1, 6, winIn, slide
# animation = windowsOut, 1, 5, winOut, slide
# animation = windowsMove, 1, 5, wind, slide
# animation = border, 1, 1, liner
# animation = borderangle, 1, 30, liner, loop
# animation = fade, 1, 10, default
# animation = workspaces, 1, 5, wind
}