mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 08:14:20 +02:00
picom: lighter shadow
It really depends on the background...
This commit is contained in:
parent
100a23fb03
commit
b0923aecea
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ opacity-rule = [
|
||||||
# Shadow and fading
|
# Shadow and fading
|
||||||
fade-in-step = 0.08;
|
fade-in-step = 0.08;
|
||||||
fade-out-step = 0.08;
|
fade-out-step = 0.08;
|
||||||
shadow-opacity = 1;
|
shadow-opacity = 0.8;
|
||||||
shadow-radius = @SHADOW_RADIUS@;
|
shadow-radius = @SHADOW_RADIUS@;
|
||||||
shadow-offset-x = -@SHADOW_OFFSET@;
|
shadow-offset-x = -@SHADOW_OFFSET@;
|
||||||
shadow-offset-y = -@SHADOW_OFFSET@;
|
shadow-offset-y = -@SHADOW_OFFSET@;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue