Skip to content

Instantly share code, notes, and snippets.

@liuziangexit
Forked from ulasozguler/remove_sl_icon.sh
Created October 1, 2021 05:51
Show Gist options
  • Save liuziangexit/066e13d4e87b045ef7fd00c0b1585b24 to your computer and use it in GitHub Desktop.
Save liuziangexit/066e13d4e87b045ef7fd00c0b1585b24 to your computer and use it in GitHub Desktop.
Remove spotlight icon from menu bar.
cd /System/Library/CoreServices/Spotlight.app/Contents/MacOS
sudo cp Spotlight Spotlight.bak
sudo perl -pi -e 's|(\x00\x00\x00\x00\x00\x00\x47\x40\x00\x00\x00\x00\x00\x00)\x42\x40(\x00\x00\x80\x3f\x00\x00\x70\x42)|$1\x00\x00$2|sg' Spotlight
cmp -l Spotlight Spotlight.bak
sudo codesign -f -s - Spotlight
sudo killall Spotlight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment