Skip to content

Instantly share code, notes, and snippets.

@loop
Created August 4, 2013 19:33
Show Gist options
  • Save loop/6151617 to your computer and use it in GitHub Desktop.
Save loop/6151617 to your computer and use it in GitHub Desktop.
Disable and re-enable Spotlight icon. It will not disable Spotlight, just removes the icon only.
To disable:
sudo mv /System/Library/CoreServices/Search.bundle /System/Library/CoreServices/Search.bundle.bak
killall SystemUIServer
To re-enable:
sudo mv /System/Library/CoreServices/Search.bundle.bak /System/Library/CoreServices/Search.bundle
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment