Polybar: Compton gives shadow to tray

Created on 11 Dec 2016  路  4Comments  路  Source: polybar/polybar

https://gyazo.com/2d3f11ef2d0c65acacee58bc44ae425a

In compton.conf
shadow-exclude = [ "name = 'noshadow'", "name = 'polybar'", "class_g ?= 'Notify-osd'" ];

Most helpful comment

You can also use the "no-dock-shadow = true;" line in compton.conf, but I think @jaagr has the "more correct" solution.

All 4 comments

Try to set shadow-exclude = [ "name = 'Polybar tray window'"];

You could also launch compton with --respect-prop-shadow since polybar sets the atom that tells compton to ignore it.

You can also use the "no-dock-shadow = true;" line in compton.conf, but I think @jaagr has the "more correct" solution.

@jonathashenriques's solution worked perfectly for me. I tried using @jaagr's one but it didn't work for me ;-;

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hiemanshu picture hiemanshu  路  3Comments

imnoone22 picture imnoone22  路  3Comments

mikeroll picture mikeroll  路  4Comments

nahson picture nahson  路  4Comments

ib250 picture ib250  路  4Comments