feat(hypr): new animation on workspace change ❤️

This commit is contained in:
João Dias
2024-11-17 16:11:27 -03:00
parent cd0bdc50c9
commit 5be70e049c
+9 -8
View File
@@ -8,8 +8,8 @@
source = ~/.cache/wal/colors-hypr.conf source = ~/.cache/wal/colors-hypr.conf
general { general {
gaps_in = 4 gaps_in = 6
gaps_out = 6 gaps_out = 8
border_size = 2 border_size = 2
@@ -24,7 +24,7 @@ general {
} }
decoration { decoration {
rounding = 12 rounding = 14
# Active Window Opacity # Active Window Opacity
active_opacity = 1.0 active_opacity = 1.0
@@ -49,14 +49,15 @@ animations {
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 bezier = myBezier, 0.05, 0.9, 0.1, 1.05
bezier = amazingBezier, 0.25, 0.59, 0.1, 1.05 bezier = amazingBezier, 0.25, 0.59, 0.1, 1.05
bezier = layerBezier, 0.36, 0.58, 0.1, 1
animation = windows, 1, 5.5, amazingBezier, slide bottom animation = windows, 1, 5, amazingBezier, slide
animation = windowsOut, 1, 5, amazingBezier, slide bottom animation = windowsOut, 1, 5, amazingBezier, slide
animation = layers, 1, 7, amazingBezier, slide bottom animation = layers, 1, 6, layerBezier, slide
animation = layersOut, 1, 7, amazingBezier, slide bottom animation = layersOut, 1, 6, layerBezier, slide
animation = border, 1, 10, default animation = border, 1, 10, default
animation = borderangle, 1, 8, default animation = borderangle, 1, 8, default
animation = fade, 1, 3.5, default animation = fade, 1, 3.5, default
animation = fadeLayers, 1, 7, amazingBezier animation = fadeLayers, 1, 7, amazingBezier
animation = workspaces, 1, 5.5, amazingBezier, slide animation = workspaces, 1, 4, amazingBezier, slidefade 20%
} }