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:
Donovan Glover 2024-08-22 22:48:11 -04:00
parent 61ef31d977
commit 50a3e6e1a2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -58,6 +58,7 @@ in
shadow = true;
fadeDelta = 5;
shadowOpacity = 0.2;
fadeExclude = [
"window_type = 'menu'"