diff --git a/hypr/decorations.conf b/hypr/decorations.conf index 8b0e06a..9be9922 100644 --- a/hypr/decorations.conf +++ b/hypr/decorations.conf @@ -8,8 +8,8 @@ source = ~/.cache/wal/colors-hypr.conf general { - gaps_in = 4 - gaps_out = 6 + gaps_in = 6 + gaps_out = 8 border_size = 2 @@ -24,7 +24,7 @@ general { } decoration { - rounding = 12 + rounding = 14 # Active Window Opacity active_opacity = 1.0 @@ -49,14 +49,15 @@ animations { bezier = myBezier, 0.05, 0.9, 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 = windowsOut, 1, 5, amazingBezier, slide bottom - animation = layers, 1, 7, amazingBezier, slide bottom - animation = layersOut, 1, 7, amazingBezier, slide bottom + animation = windows, 1, 5, amazingBezier, slide + animation = windowsOut, 1, 5, amazingBezier, slide + animation = layers, 1, 6, layerBezier, slide + animation = layersOut, 1, 6, layerBezier, slide animation = border, 1, 10, default animation = borderangle, 1, 8, default animation = fade, 1, 3.5, default animation = fadeLayers, 1, 7, amazingBezier - animation = workspaces, 1, 5.5, amazingBezier, slide + animation = workspaces, 1, 4, amazingBezier, slidefade 20% }