FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.45k stars 85 forks source link

Replace Carbon Event Loop #385

Closed FelixKratz closed 1 year ago

FelixKratz commented 1 year ago

This removes all uses of the Carbon framework by pulling the relevant events directly from the window server and adding the mach event port as a runloop source. This is probably as low level (and efficient) as it gets in terms of the event system.

Some testing is required before this is merged as it replaces the core run loop of the program. Any help with testing the functionality of the bar is appreciated.