In my Hyprland config, I have
Code: Select all
exec-once = waybar
...
// exec other apps that show a tray icon
Then if I do
Code: Select all
pkill waybar
hyprctl dispatch exec waybar
But usually, some apps that already launched still don't show.(like nm-applet), I will have to do the above restart of those apps for their tray icons to show up.
When I was using Arch Linux, I used exactly the same config and everything works as expected.
libappindicator is installed with gtk3 use flag.

