Skip to content

Instantly share code, notes, and snippets.

@ericdodds
Created July 27, 2014 10:48
Show Gist options
  • Save ericdodds/520d861ab44bf5e4fe9f to your computer and use it in GitHub Desktop.
Save ericdodds/520d861ab44bf5e4fe9f to your computer and use it in GitHub Desktop.
Remove or reveal Spotlight icon in the Menu Bar in OS X
Remove Spotlight icon in menu bar
$ cd /System/Library/CoreServices/
$ sudo mv Search.bundle/ Search2.bundle/
Reveal Spotlight icon in menu bar
$ sudo mv Search2.bundle/ Search.bundle/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment