deckarep / gosx-notifier

gosx-notifier is a Go framework for sending desktop notifications to OSX 10.8 or higher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal icon removal

seiflotfy opened this issue · comments

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

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.

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.