picom: lighter shadow

It really depends on the background...
This commit is contained in:
Vincent Bernat 2021-11-02 13:54:42 +01:00
parent 100a23fb03
commit b0923aecea

View file

@ -37,7 +37,7 @@ opacity-rule = [
# Shadow and fading
fade-in-step = 0.08;
fade-out-step = 0.08;
shadow-opacity = 1;
shadow-opacity = 0.8;
shadow-radius = @SHADOW_RADIUS@;
shadow-offset-x = -@SHADOW_OFFSET@;
shadow-offset-y = -@SHADOW_OFFSET@;