From 21734c73036c5edf771f5f3639b87f1b656eeced Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 5 Oct 2020 20:06:56 -0500 Subject: [PATCH] Picom: Ricer shadows? Ricer shadows. --- .config/picom.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index 582e908d..e5d8d3eb 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -12,11 +12,10 @@ glx-no-rebind-pixmap = true; ## SHADOWS shadow = true; -# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows. -shadow-radius = 9; -shadow-offset-x = -4; -shadow-offset-y = -4; -shadow-opacity = 0.5; +shadow-radius = 0; +shadow-offset-x = 4; +shadow-offset-y = 4; +shadow-opacity = 0.3; # shadow-red = 0.0; # shadow-green = 0.0; # shadow-blue = 0.0; @@ -34,6 +33,7 @@ shadow-exclude = [ "name *= 'Chrome'", "name *= 'Conky'", "name *= 'Polybar tray window'", + "name *= 'polybar'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g ?= 'Xfce4-notifyd'",