diff options
Diffstat (limited to '.config/picom/picom.conf')
-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 |