Replies: 1 comment
-
|
An event I have been missing is reacting to monitors attached/detached in order to update my Aerospace/window manager integration without constantly polling and redrawing it, I have no macos dev dev experience but from a quick search this seems to be possible to achieve with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Building sketchybar-toggle made something clear: SketchyBar's helper/plugin ecosystem is built on C, Rust, and Lua with cross-platform abstractions, so nobody is bridging Apple's native frameworks to push real-time events into SketchyBar. Instead, people poll shell commands, hit permission walls on new macOS versions, or give up entirely.
The idea
A single Swift daemon —
sketchy-helper— that subscribes to native macOS callbacks and fires SketchyBar--triggerevents with environment variables carrying the payload. Event-driven, not polling.Proposed signals
Each of these maps to a real pain point in this community:
media_changebroken on Sequoia (#708)How it would work
What do you think?
Which of these signals would you actually use? What's missing? React or comment — trying to figure out what to build first.
Beta Was this translation helpful? Give feedback.
All reactions