Created
June 29, 2014 19:41
-
-
Save rmsj/c359cf463c9d5e951b4d to your computer and use it in GitHub Desktop.
Hide/show spotlight icon
This file contains hidden or 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 hide: | |
sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search | |
killall SystemUIServer | |
# to show uncomment lines: | |
# sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search | |
# this will refresh things | |
# killall SystemUIServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment