From 01f9b5e2dd6224d88fde1a17d5e3987d892fa69f Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 9 Apr 2024 21:38:09 +0200 Subject: [PATCH] change hyprland config --- modules/home/hyprland/config.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;