Skip to content

Instantly share code, notes, and snippets.

@seancoyne
Last active August 29, 2015 14:07
Show Gist options
  • Save seancoyne/3a3ab145b3f2da37d16b to your computer and use it in GitHub Desktop.
Save seancoyne/3a3ab145b3f2da37d16b to your computer and use it in GitHub Desktop.
Fix Growl.app Yosemite Dark Mode Menu Bar Icon
#!/usr/bin/env bash
cd /Applications/Growl.app/Contents/Resources/
# replace the "normal" icon with the "alt" one
sudo mv growlmenu.tif growlmenu.tif.orig
sudo cp growlmenu-alt.tif growlmenu.tif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment