mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
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:
parent
18972fdb81
commit
25a30ae30a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user