Some shadow tweaks

This commit is contained in:
swaggboi 2024-01-31 18:09:39 -05:00
parent ee45007bd6
commit a982ce55a0

View File

@ -66,13 +66,13 @@ no-dock-shadow = true;
# DEPRECATED IN PICOM 7/12/2023 # DEPRECATED IN PICOM 7/12/2023
#clear-shadow = true; #clear-shadow = true;
# The blur radius for shadows. (default 12) # The blur radius for shadows. (default 12)
shadow-radius = 5; shadow-radius = 12;
# The left offset for shadows. (default -15) # The left offset for shadows. (default -15)
shadow-offset-x = -5; shadow-offset-x = -10;
# The top offset for shadows. (default -15) # The top offset for shadows. (default -15)
shadow-offset-y = -5; shadow-offset-y = -10;
# The translucency for shadows. (default .75) # The translucency for shadows. (default .75)
shadow-opacity = 0.5; shadow-opacity = 0.75;
# Set if you want different colour shadows # Set if you want different colour shadows
# shadow-red = 0.0; # shadow-red = 0.0;
@ -105,6 +105,7 @@ shadow-exclude = [
# "class_g ?= 'Xfce4-notifyd'", # "class_g ?= 'Xfce4-notifyd'",
# "class_g ?= 'Xfce4-power-manager'" # "class_g ?= 'Xfce4-power-manager'"
]; ];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners) # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
shadow-ignore-shaped = false; shadow-ignore-shaped = false;