diff options
author | listout <listout@protonmail.com> | 2021-08-16 18:40:47 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-16 18:40:47 +0530 |
commit | 33da3516b2aa1d4f4260fccb1610b246fe36498e (patch) | |
tree | 966ddbf237703d0306040c906f315c01be49f782 /.config/picom | |
parent | d79083bcfd675f1710fd6cc177a09eb75b7187df (diff) |
changed shadow radius and position
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index cf06fa9..ae66b33 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -12,18 +12,18 @@ shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 -shadow-radius = 7; +shadow-radius = 3; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) # shadow-opacity = .75 # The left offset for shadows, in pixels. (defaults to -15) # shadow-offset-x = -15 -shadow-offset-x = -7; +shadow-offset-x = 4; # The top offset for shadows, in pixels. (defaults to -15) # shadow-offset-y = -15 -shadow-offset-y = -7; +shadow-offset-y = 4; # Red color value of shadow (0.0 - 1.0, defaults to 0). # shadow-red = 0 |