From e78e688be4b00d7c70f3cd170a2fd6e0541c482e Mon Sep 17 00:00:00 2001 From: kirreen Date: Fri, 11 Oct 2024 21:46:35 +0200 Subject: [PATCH] added basic animation and blur stuff on lappy --- home/.config/hypr/hyprland.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 0fadefd..2fe17d0 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -139,10 +139,13 @@ decoration { # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true - size = 3 - passes = 1 + size = 2 + passes = 2 - vibrancy = 0.1696 + vibrancy = 0.5 + vibrancy_darkness = 0.5 + noise = 0.17 + contrast = 0.85 } } @@ -159,7 +162,9 @@ animations { animation = windowsOut, 1, 3, default, slide #animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default - animation = borderangle, 1, 8, default + # animation = borderangle, 1, 8, default + bezier = linear, 0.0, 0.0, 1.0, 1.0 + animation = borderangle, 1, 80, linear, loop animation = fade, 1, 7, default animation = workspaces, 1, 6, default }