end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.83k stars 265 forks source link

[Issue] System tray items are not shown after ags restart #266

Closed JarneDel closed 7 months ago

JarneDel commented 7 months ago

SystemTray.item id's:

[
    "chrome_status_icon_1",
    "chrome_status_icon_1",
    "KDE Connect Indicator",
    "nm-applet",
    "chrome_status_icon_1",
    "Galaxy Buds Client",
    "blueman"
]

image

What i see here is that there is a listener for added and deleted, but existing items are not added.

I tried to fix but know too little about ags to do so, but maybe in Tray.js/Tray you could add them in the setup() function?

If you need anything let me know

end-4 commented 7 months ago

Closing as duplicate of #190