From bd64f3a64edf928a470e6268cd79a38ca0531bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 9 Dec 2023 01:51:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20made=20animations=20?= =?UTF-8?q?a=20little=20bit=20slower?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/themes/luna/theme.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/hypr/themes/luna/theme.conf b/.config/hypr/themes/luna/theme.conf index d5c8525e..2af06f27 100644 --- a/.config/hypr/themes/luna/theme.conf +++ b/.config/hypr/themes/luna/theme.conf @@ -43,13 +43,13 @@ animations { bezier = overshot, 0.13, 0.99, 0.29, 1.1 bezier = liner, 1, 1, 1, 1 - animation = windows, 1, 6, wind,popin - animation = windowsIn, 1, 6, overshot, popin + animation = windows, 1, 7, wind,popin + animation = windowsIn, 1, 7, overshot, popin animation = windowsOut, 1, 5, overshot, popin - animation = windowsMove, 1, 5, overshot, slide + animation = windowsMove, 1, 6, overshot, slide animation = fadeIn, 1, 10, default animation = fadeOut, 1, 10, default - animation = workspaces, 1, 6, overshot, slide + animation = workspaces, 1, 7, overshot, slide animation = border, 1, 1, liner animation = borderangle, 1, 30, liner, loop }