From 855fad96eb0f9972c950f65d5f1a37ce38431c1d Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 29 Mar 2024 18:55:42 -0400 Subject: [PATCH] Smol tweak --- my_home/.config/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my_home/.config/picom.conf b/my_home/.config/picom.conf index 9d79581..6cf3552 100644 --- a/my_home/.config/picom.conf +++ b/my_home/.config/picom.conf @@ -68,11 +68,11 @@ no-dock-shadow = true; # The blur radius for shadows. (default 12) shadow-radius = 12; # The left offset for shadows. (default -15) -shadow-offset-x = -10; +shadow-offset-x = -12; # The top offset for shadows. (default -15) shadow-offset-y = -10; # The translucency for shadows. (default .75) -shadow-opacity = 0.75; +shadow-opacity = .75; # Set if you want different colour shadows # shadow-red = 0.0;