diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index a53257b..9c53ba5 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -70,8 +70,10 @@ blur = { enabled = true; - size = 4; - passes = 2; + size = 1; + passes = 1; + # size = 4; + # passes = 2; brightness = 1; contrast = 1.400; ignore_opacity = true;