Created
February 15, 2015 10:50
-
-
Save voidius/796f4bee740982fe3786 to your computer and use it in GitHub Desktop.
Remove Spotlight icon from menu bar in Yosemite
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 remove: | |
$ sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search | |
# reboot | |
# to enable: | |
$ sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search | |
# reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment