diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index f83826b..4b73610 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -160,11 +160,10 @@ in shadow = { enabled = true; render_power = 1; - color = "0x000000cc"; - sharp = true; - # offset = "[5, 5]"; - scale = 1.0; - range = 15; + color = "rgba(00000099)"; + offset = "5 5"; + scale = 0.998; + range = 20; }; dim_inactive = false; dim_strength = 0.2;