Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

spotify icon not showing on tray

Open ssamin69 opened this issue 1 year ago • 3 comments

Spotify icon is not showing up on tray there is just a blank space

image image tray config, image

ssamin69 avatar Nov 26 '23 22:11 ssamin69

I have the same problem. Did anyone find the solution?

retubo avatar Jan 29 '24 20:01 retubo

I have the same problem. Did anyone find the solution?

nope :(

ssamin69 avatar Feb 09 '24 17:02 ssamin69

Guys I found it! I was reading this thread and there was the solution. https://github.com/prasanthrangan/hyprdots/issues/856

So what is happening is that if u have spotify without this option it will become a normal icon, if u want to have it in the tray u have to check this option in spotify config: image

(the close button should minimize app instead of closing one)

retubo avatar Feb 14 '24 23:02 retubo

Guys I found it! I was reading this thread and there was the solution. prasanthrangan/hyprdots#856

So what is happening is that if u have spotify without this option it will become a normal icon, if u want to have it in the tray u have to check this option in spotify config: image

(the close button should minimize app instead of closing one)

thanks dude

ssamin69 avatar Feb 20 '24 20:02 ssamin69

You can also activate the option

show-passive-items

in the tray configuration:

  // System tray
  "tray": {
    "icon-size": 21,
    "spacing": 10,
    "show-passive-items": true
  },

victorballester7 avatar Jun 06 '24 14:06 victorballester7