-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Terminal icon in title line? #237
Comments
Could you try the solution in #131 if it still works? |
The trick making your own fake app, changing its icon, and using its BundleID for the |
Now I only need to see if it's possible to show no icon at all, maybe with a transparent 1px image as .icns file. (?) |
@JayBrown I had the same idea but it doesnt work. version 2.0.0 |
I've reverted to changing the This changes the app icon as shown by the system… …and that's how it's also displayed in the first line of the terminal-notifier notification: But that's something that every user can do for himself, or a developer, if he wants to bundle terminal-notifier with his own software, i.e. you wouldn't need to update terminal-notifier itself for it. As for no icon at all, I don't think the user can implement this on his own somehow. It should be dealt with in a terminal-notifier update, if it's at all possible, which I currently doubt. |
Thanks for this! |
Is there a way to change the inline Terminal icon in the title line to an icon defined by the user, or even to no icon at all? Or is the Terminal icon hardcoded into the executable?
Note: I don't mean the
-contentImage
option, but would be looking for something like-titleImage
, which would change the icon left of the title string "Terminal" in the above example.The text was updated successfully, but these errors were encountered: