From 50a3e6e1a20e72dd08ded7dbf90218c9ba721bda Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 22 Aug 2024 22:48:11 -0400 Subject: [PATCH] dwm(picom): Decrease shadow opacity from 0.75 to 0.2 Makes the status bar look nicer with the terminal while still being prominent enough to help with seeing which window has focus. --- specializations/dwm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/specializations/dwm.nix b/specializations/dwm.nix index 19d3c6b3..6080e856 100644 --- a/specializations/dwm.nix +++ b/specializations/dwm.nix @@ -58,6 +58,7 @@ in shadow = true; fadeDelta = 5; + shadowOpacity = 0.2; fadeExclude = [ "window_type = 'menu'"