Is there a way to make it so that the tray only have the YakYak icon and none of the text. If there is, could you guys give me the instructions on how to remove them, step by step preferably please. I'm still very new to the OS.
I have this issue too, this is what I see

Wish it was just the icon itself. I'm settling with just hiding the icon completely.
I would also like to see this feature.
+1 For a way to hide the text (it's not so cool when tray is crowded)
I found that this worked.
Here is the link to issue #990 [https://github.com/yakyak/yakyak/issues/990]
EDIT: quick hack is to edit this file:
/Applications/YakYak.app/Contents/Resources/app/ui/views/trayicon.js
Comment out line 51
tray.setTitle(i18n.__('title:YakYak - Hangouts Client'));
and restart YakYak.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I found that this worked.
Here is the link to issue #990 [https://github.com/yakyak/yakyak/issues/990]
EDIT: quick hack is to edit this file:
/Applications/YakYak.app/Contents/Resources/app/ui/views/trayicon.js
Comment out line 51
tray.setTitle(i18n.__('title:YakYak - Hangouts Client'));
and restart YakYak.