Skip to content

Commit df942f8

Browse files
committed
Make picom window shadows more consistent with CSD windows
1 parent 2606370 commit df942f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

marco-wrapper

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ if [ -n "${COMP}" ]; then
5858
--mark-wmwin-focused \
5959
--mark-ovredir-focused \
6060
--shadow \
61-
--shadow-radius=24 \
62-
--shadow-opacity=0.225 \
63-
--shadow-offset-x=-24 \
64-
--shadow-offset-y=-24 \
61+
--shadow-radius=12 \
62+
--shadow-opacity=0.125 \
63+
--shadow-offset-x=-12 \
64+
--shadow-offset-y=-12 \
6565
--fading \
6666
--fade-delta=8 \
6767
--no-fading-destroyed-argb \

0 commit comments

Comments
 (0)