From a982ce55a0952fb91e2a56434651d6d57a5fb6ff Mon Sep 17 00:00:00 2001 From: swaggboi Date: Wed, 31 Jan 2024 18:09:39 -0500 Subject: [PATCH] Some shadow tweaks --- my_home/.config/picom.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/my_home/.config/picom.conf b/my_home/.config/picom.conf index 1e088cc..9d79581 100644 --- a/my_home/.config/picom.conf +++ b/my_home/.config/picom.conf @@ -66,13 +66,13 @@ no-dock-shadow = true; # DEPRECATED IN PICOM 7/12/2023 #clear-shadow = true; # The blur radius for shadows. (default 12) -shadow-radius = 5; +shadow-radius = 12; # The left offset for shadows. (default -15) -shadow-offset-x = -5; +shadow-offset-x = -10; # The top offset for shadows. (default -15) -shadow-offset-y = -5; +shadow-offset-y = -10; # The translucency for shadows. (default .75) -shadow-opacity = 0.5; +shadow-opacity = 0.75; # Set if you want different colour shadows # shadow-red = 0.0; @@ -105,6 +105,7 @@ shadow-exclude = [ # "class_g ?= 'Xfce4-notifyd'", # "class_g ?= 'Xfce4-power-manager'" ]; + # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners) shadow-ignore-shaped = false;