Script to setup terminal-notifier with a custom icon. This script pulls terminal-notifer from the github repo and works it's magic, just put a path to your icon file and a flag for your new app id. see below.
usage: ${program} -i <file> -b <bundle_id>
options:
-i <file>, --icon <file> Set the icon (can be either an 'icns' or an image format, like 'png')
-b <bundle_id>, --bundle <bundle_id> Set the bundle id
-h, --help Show this message
example usage
~/desktop/customise-terminal-notifier.sh -i ~/Desktop/steem.icns -b com.steem.steem-notifier
originally found in small scripts - Tiny Scrips - vitorgalvao/tiny-scripts
This script was part of tiny script but was removed at this commit I found references to this script and found it useful so I brought it back to life to make it easier to find.
I used this in my repo steem-notifier to create a custom icon for native OSX notifications. ✌️
The Unlicense (Public Domain, essentially)