From 58b6c182382fc0768efdd2828f6b4c5f63adace5 Mon Sep 17 00:00:00 2001 From: i0uring Date: Sat, 13 Sep 2025 16:55:07 +0200 Subject: [PATCH] :sparkles: adjust border (again( --- .config/hypr/hyprland.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 02f381e..c61bd1f 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -63,6 +63,7 @@ animations { bezier = emphasizedAccel, 0.3, 0, 0.8, 0.15 bezier = emphasizedDecel, 0.05, 0.7, 0.1, 1 bezier = standard, 0.2, 0, 0, 1 + bezier = liner, 1, 1, 1, 1 animation = layersIn, 0.5, 5, emphasizedDecel, slide animation = layersOut, 0.5, 4, emphasizedAccel, slide @@ -77,7 +78,8 @@ animations { animation = fade, 0.5, 6, standard animation = fadeDim, 0.5, 6, standard - animation = border, 0.5, 1, liner + + animation = border, 0.5, 6, liner animation = borderangle, 0.5, 30, liner, loop }