Skip to content

Instantly share code, notes, and snippets.

@marvell
Created January 30, 2014 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marvell/8704771 to your computer and use it in GitHub Desktop.
Save marvell/8704771 to your computer and use it in GitHub Desktop.
Hidden Spotlight icon #tips #osx

При работе с Alfred было бы логично вовсе убрать иконку Spotlight из верхнего меню. Для этого запустите терминал и введите команду:

$ sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search

Вернуть иконку можно командой:

$ sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search

Не забывайте каждый раз пререзагружать меню командой:

$ killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment