diff --git a/configs/graphical/home-manager.nix b/configs/graphical/home-manager.nix index 48867e4..55fab77 100644 --- a/configs/graphical/home-manager.nix +++ b/configs/graphical/home-manager.nix @@ -267,12 +267,12 @@ in active_opacity = 1.0; inactive_opacity = 1.0; shadow = { - enabled = true; + enabled = false; range = 4; render_power = 3; }; blur = { - enabled = true; + enabled = false; size = 3; passes = 1; vibrancy = 0.17;