From 96ca6db76d6a5174e28314e344e77cad7e4891a5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 10 May 2025 20:28:57 +0200 Subject: [PATCH] adjust layer anim curves --- .config/hypr/hyprland/general.conf | 10 +++++----- .config/hypr/hyprland/rules.conf | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index bcb637e7c..f7ac79a18 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -118,7 +118,7 @@ animations { bezier = crazyshot, 0.1, 1.5, 0.76, 0.92 bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0 bezier = menu_decel, 0.1, 1, 0, 1 - bezier = menu_accel, 0.38, 0.04, 1, 0.07 + bezier = menu_accel, 0.52, 0.03, 0.72, 0.08 bezier = easeInOutCirc, 0.85, 0, 0.15, 1 bezier = easeOutCirc, 0, 0.55, 0.45, 1 bezier = easeOutExpo, 0.16, 1, 0.3, 1 @@ -131,10 +131,10 @@ animations { animation = border, 1, 10, default animation = fade, 1, 3, md3_decel # animation = layers, 1, 2, md3_decel, slide - animation = layersIn, 1, 3, menu_decel, slide - animation = layersOut, 1, 1.6, menu_accel - animation = fadeLayersIn, 1, 2, menu_decel - animation = fadeLayersOut, 1, 0.5, menu_accel + animation = layersIn, 1, 2.7, md3_decel, slide + animation = layersOut, 1, 1.8, menu_accel + animation = fadeLayersIn, 1, 0.5, menu_decel + animation = fadeLayersOut, 1, 3, menu_accel animation = workspaces, 1, 7, menu_decel, slide # animation = workspaces, 1, 2.5, softAcDecel, slide # animation = workspaces, 1, 7, menu_decel, slidefade 15% diff --git a/.config/hypr/hyprland/rules.conf b/.config/hypr/hyprland/rules.conf index cf35e5d22..1f0043004 100644 --- a/.config/hypr/hyprland/rules.conf +++ b/.config/hypr/hyprland/rules.conf @@ -112,9 +112,11 @@ layerrule = animation slide top, quickshell:onScreenDisplay layerrule = animation fade, quickshell:session layerrule = blur, quickshell:session layerrule = noanim, quickshell:overview # Launcher needs to be FAST +layerrule = noanim, gtk4-layer-shell # Launcher needs to be FAST ## outfoxxed's stuff layerrule = blur, shell:bar layerrule = ignorezero, shell:bar layerrule = blur, shell:notifications layerrule = ignorealpha 0.1, shell:notifications +