From e983f8c675cc038c15c06df608f3ad446167e7f8 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 27 Nov 2024 15:51:01 -0600 Subject: [PATCH] a working shadow look for hyprland --- home/modules/hyprland.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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;