Created
August 4, 2013 19:33
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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