ikz87 / dots-2.0

eww + bspwm rice c:
GNU General Public License v3.0
229 stars 16 forks source link

tray_icon.ini #24

Closed gh0stzk closed 2 years ago

gh0stzk commented 2 years ago

Didnt work? i try to implement but no works

ikz87 commented 2 years ago

What does running polybar -c ~/.config/eww/mybar/polybar_tray.ini manually output to you?

gh0stzk commented 2 years ago

Sorry my bad i tried just testing with "telegram" with ur default config in polybar_tray.ini and telegram tray doesnt show, but now i test with other apps and works fine. But no telegram, so i change height from 40 to 25 and it works. So i added to your config this options;

tray-maxsize = 16 tray-scale = 1.0 And now all trays works fine no matter the size of the polybar height.

also added override-redirect = true

because in my setup adding this polybar hack, make my all other windows shrink to not interfere with polybar, with that option bspwm doesnt respect polybar and everything looks like must be.

thanks for ur work.