[Picom] softer shadows
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2023-06-22 11:20:11 +02:00
parent a99244a97b
commit a7340a4fdd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 3 deletions

View File

@ -37,14 +37,14 @@ Picom can also apply some level of opacity on shadows.
| Min value | ~0.0~ | | Min value | ~0.0~ |
| Max value | ~1.0~ | | Max value | ~1.0~ |
#+BEGIN_SRC conf #+BEGIN_SRC conf
shadow-opacity = 1 shadow-opacity = 0.75
#+END_SRC #+END_SRC
The left and top offsets for shadows are expressed in pixels. The left and top offsets for shadows are expressed in pixels.
| Default value | ~-15~ | | Default value | ~-15~ |
#+BEGIN_SRC conf #+BEGIN_SRC conf
shadow-offset-x = -13; shadow-offset-x = -16;
shadow-offset-y = -13; shadow-offset-y = -16;
#+END_SRC #+END_SRC
It is possible to set the color of the shadow with the string contained in It is possible to set the color of the shadow with the string contained in