From a7340a4fdddb4c71e0d6121d32daff20d4fa86ab Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 22 Jun 2023 11:20:11 +0200 Subject: [PATCH] [Picom] softer shadows --- org/config/picom.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org/config/picom.org b/org/config/picom.org index 2811093..6af5ebe 100644 --- a/org/config/picom.org +++ b/org/config/picom.org @@ -37,14 +37,14 @@ Picom can also apply some level of opacity on shadows. | Min value | ~0.0~ | | Max value | ~1.0~ | #+BEGIN_SRC conf -shadow-opacity = 1 +shadow-opacity = 0.75 #+END_SRC The left and top offsets for shadows are expressed in pixels. | Default value | ~-15~ | #+BEGIN_SRC conf -shadow-offset-x = -13; -shadow-offset-y = -13; +shadow-offset-x = -16; +shadow-offset-y = -16; #+END_SRC It is possible to set the color of the shadow with the string contained in