From 452b03f6f912955aac8e7e5913eef2305090c826 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Sat, 7 Feb 2026 17:05:34 -0500 Subject: [PATCH] add niri shadow --- home/tiling/niri.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/tiling/niri.nix b/home/tiling/niri.nix index 0f45d88..abd4a2a 100644 --- a/home/tiling/niri.nix +++ b/home/tiling/niri.nix @@ -116,12 +116,12 @@ urgent.color = base12; }; shadow = { - enable = false; - spread = 5; + enable = true; + spread = 10; offset.x = 0; - offset.y = 5; + offset.y = 0; softness = 30; - color = base00 + "77"; + color = base11 + "BF"; }; # blur = { # enable = true;