Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide icon spotlight in El Capitan [closed]

Mac os x El Capitan

I want to hide the spotlight icon.
Enter the command:

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

In response to receiving this:

chmod: Unable to change file mode on /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search: Operation not permitted

How to fix it?

like image 675
Ruslan Avatar asked Jul 26 '15 18:07

Ruslan


People also ask

How do I add spotlight to my menu bar Mac?

You can drag the Spotlight window anywhere on the desktop. Tip: If the Spotlight icon isn't in the menu bar, add it using Dock & Menu Bar preferences. In the search field, type what you're looking for—results appear as you type. Spotlight lists top hits first; click a top hit to preview or open it.


2 Answers

Not sure about the other answers, because /System/Library/CoreServices/Search.bundle doesn't seem to exist here.

However, if you're using Bartender, you can still remove the Spotlight icon (while keeping Spotlight search in tact) by temporarily disabling System Integrity Protection.

  1. Reboot into Recovery Mode (hold +R during boot)
  2. Utilities > Terminal
  3. csrutil disable
  4. Reboot
  5. Start Bartender. It'll ask to install some stuff, now that SIP is off
  6. Hide Spotlight, which can now be found in Bartender's menu items list
  7. Reboot into Recovery Mode and re-enable SIP: csrutil enable
  8. Reboot

After you've re-enabled SIP, Bartender will keep hiding the icon.

like image 122
Alec Avatar answered Sep 20 '22 08:09

Alec


You can actually also just start in recover mode (cmd + r) and type the command into the terminal. this way you achieve to hide the spotlight icon but don't have to diable sip.

like image 24
smax Avatar answered Sep 17 '22 08:09

smax