Skip to content

Instantly share code, notes, and snippets.

@cybic
Last active November 30, 2019 00:14
Show Gist options
  • Save cybic/0cf71cda1dd9c160461018b1efc4ca70 to your computer and use it in GitHub Desktop.
Save cybic/0cf71cda1dd9c160461018b1efc4ca70 to your computer and use it in GitHub Desktop.
Additional button in collapsed control strip (touch bar)
# Add a button to the collapsed control strip part on the Apple MBP Touch Bar. The media button occationally added by itunes
# will be displaced.
defaults write com.apple.controlstrip MiniCustomized -array-add com.apple.system.notification-center
killall Controlstrip
@nickaroot
Copy link

killall ControlStrip

is working on Catalina

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