Skip to content

Instantly share code, notes, and snippets.

@badamrussell
Created February 20, 2014 18:52
Show Gist options
  • Save badamrussell/9120601 to your computer and use it in GitHub Desktop.
Save badamrussell/9120601 to your computer and use it in GitHub Desktop.
remove spotlight from menu bar
to remove:
sudo mv /System/Library/CoreServices/Search.bundle /System/Library/CoreServices/Search.bundle.bak
killall SystemUIServer
and 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