swiftbar / SwiftBar

Powerful macOS menu bar customization tool
https://swiftbar.app
MIT License
2.87k stars 91 forks source link

Switch to custom view for NSStatusItem #331

Closed melonamin closed 12 months ago

melonamin commented 2 years ago

Problem: It's hard or impossible to customize some of the appearance aspects in current implementation. Examples include #327 and #326.

Possible Solution: Switch from NSButton to a custom view(like this).

melonamin commented 12 months ago

This change seems to be quite involved and convoluted, not for a massive gain in features or functionality