From b0923aecea8fcf38db6d5b073665c7cfba31a043 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 2 Nov 2021 13:54:42 +0100 Subject: [PATCH] picom: lighter shadow It really depends on the background... --- dotfiles/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index c498455..461e463 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -37,7 +37,7 @@ opacity-rule = [ # Shadow and fading fade-in-step = 0.08; fade-out-step = 0.08; -shadow-opacity = 1; +shadow-opacity = 0.8; shadow-radius = @SHADOW_RADIUS@; shadow-offset-x = -@SHADOW_OFFSET@; shadow-offset-y = -@SHADOW_OFFSET@;