mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-22 05:38:36 +01:00
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.
This commit is contained in:
parent
61ef31d977
commit
50a3e6e1a2
@ -58,6 +58,7 @@ in
|
||||
shadow = true;
|
||||
|
||||
fadeDelta = 5;
|
||||
shadowOpacity = 0.2;
|
||||
|
||||
fadeExclude = [
|
||||
"window_type = 'menu'"
|
||||
|
Loading…
Reference in New Issue
Block a user