deckarep / gosx-notifier

gosx-notifier is a Go framework for sending desktop notifications to OSX 10.8 or higher
MIT License
588 stars 51 forks source link

Terminal icon removal #10

Closed seiflotfy closed 8 years ago

seiflotfy commented 8 years ago

Is there a way to not display an icon at all?

deckarep commented 8 years ago

Hmmm,

I'll look into it but I believe this might be a limitation of Apple's API. If you don't provide an icon, you'll see a generic terminal icon if I remember correctly.

-@deckarep

On Nov 3, 2015, at 12:19 PM, Seif Lotfy notifications@github.com wrote:

Is there a way to not display an icon at all?

— Reply to this email directly or view it on GitHub.

deckarep commented 8 years ago

Looks like it's not possible. This implementation is based on the following XCode implementation: https://github.com/julienXX/terminal-notifier

See their readme in regards to the constraints around the icon.