Skip to content

Instantly share code, notes, and snippets.

@will-riley
Created August 31, 2014 23:33
Show Gist options
  • Select an option

  • Save will-riley/659ac6d551454b832ce3 to your computer and use it in GitHub Desktop.

Select an option

Save will-riley/659ac6d551454b832ce3 to your computer and use it in GitHub Desktop.
Clean way to add main Menu Extras in OS X
defaults write com.apple.systemuiserver menuExtras -array \
"/System/Library/CoreServices/Menu Extras/Bluetooth.menu" \
"/System/Library/CoreServices/Menu Extras/AirPort.menu" \
"/System/Library/CoreServices/Menu Extras/Battery.menu" \
"/System/Library/CoreServices/Menu Extras/Clock.menu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment