From 33da3516b2aa1d4f4260fccb1610b246fe36498e Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 16 Aug 2021 18:40:47 +0530 Subject: changed shadow radius and position --- .config/picom/picom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/picom') 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 -- cgit v1.2.3