Skip to content

Instantly share code, notes, and snippets.

@rmsj
Created June 29, 2014 19:41
Show Gist options
  • Save rmsj/c359cf463c9d5e951b4d to your computer and use it in GitHub Desktop.
Save rmsj/c359cf463c9d5e951b4d to your computer and use it in GitHub Desktop.
Hide/show spotlight icon
# 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