How get an item in control center of Touch Bar on the right?
The app TouchSwitcher add item beside lightscreen and volume items : https://hazeover.com/touchswitcher.html Is there a solution to display an item into the control strip on the right region of touch bar ? I can't find any help in official documentation about it... Please help me ! Here's what I use . Pass an NSView and an identifier of your choice to the controlStrippify() function. My attempts at doing the exact same thing using Swift have resulted in crashes, ports welcome :). Inspiration from https://github.com/a2/touch-baer . @import Cocoa; @import Foundation; // See: https://github.com