From 312b2b981e7be79c41f8392ea8fa0bd6508e4920 Mon Sep 17 00:00:00 2001 From: i0uring Date: Sat, 13 Sep 2025 17:03:07 +0200 Subject: [PATCH] :sparkles: adjust border again (x2) --- .config/hypr/hyprland.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c61bd1f..8e62951 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -63,24 +63,24 @@ 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 + # bezier = liner, 1, 1, 1, 1 - animation = layersIn, 0.5, 5, emphasizedDecel, slide - animation = layersOut, 0.5, 4, emphasizedAccel, slide - animation = fadeLayers, 0.5, 5, standard + animation = layersIn, 1, 5, emphasizedDecel, slide + animation = layersOut, 1, 4, emphasizedAccel, slide + animation = fadeLayers, 1, 5, standard - animation = windowsIn, 0.5, 5, emphasizedDecel - animation = windowsOut, 0.5, 3, emphasizedAccel - animation = windowsMove, 0.5, 6, standard - animation = workspaces, 0.5, 5, standard + animation = windowsIn, 1, 5, emphasizedDecel + animation = windowsOut, 1, 3, emphasizedAccel + animation = windowsMove, 1, 6, standard - animation = specialWorkspace, 0.5, 4, specialWorkSwitch, slidefadevert 15% + animation = border, 1, 6, default + animation = borderangle, 1, 30, default, loop + animation = workspaces, 1, 5, standard - animation = fade, 0.5, 6, standard - animation = fadeDim, 0.5, 6, standard + animation = specialWorkspace, 1, 4, specialWorkSwitch, slidefadevert 15% - animation = border, 0.5, 6, liner - animation = borderangle, 0.5, 30, liner, loop + animation = fade, 1, 6, standard + animation = fadeDim, 1, 6, standard }