compton: Add custom shadow settings

With the default shadow settings, gapless windows would have a shadow
extending far into the polybar above.

This change makes gapless windows show a light separator shadow that
distinguishes the window from the bar. It also fixes a problem with
the appearance of the dock shadow in less noisy environments, while
maintaining the shadow look for floating and tiled windows at the
same time.
This commit is contained in:
Donovan Glover 2018-12-08 00:52:07 -05:00
parent 18972fdb81
commit 25a30ae30a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -14,10 +14,10 @@ no-dnd-shadow = true
fading = true
# Shadow settings
#shadow-opacity = 0.6
#shadow-radius = 20
#shadow-offset-x = -30
#shadow-offset-y = -10
shadow-radius = 8
shadow-opacity = 0.5
shadow-offset-x = -10
shadow-offset-y = -10
# Add transparency to bspwm borders
#frame-opacity = 0.5