-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite in a performant language e.g. Golang #111
Comments
Isn't Hammerspoon being used to actually render the icons? |
literally everything depends on hammerspoon. The timers, rendering the app icons/pills, clicks, being updated on certain events, logging, etc. Some of this can be removed, but mainly rendering the icons/pills and clicks require hammerspoon. |
Yes it would be a complete rewrite from scratch. I'll use this project as inspiration for what it will look like but otherwise there won't be much in common. |
@devnoname120 have you worked on it? |
Nope I haven't
…On Feb 29, 2024, 6:38 PM +0100, Michael Lan ***@***.***>, wrote:
@devnoname120 have you worked on it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Stackline spikes in CPU whenever I switch windows. This has a significant battery impact which would be reduced by using a compiled language such as Golang.
The dependency on Hammerspoon can be removed entirely as all the event listeners are all supported by yabai out of the box.
I may look into it in the future but it's low-priority in my TODO list.
The text was updated successfully, but these errors were encountered: