mhaeuser / Battery-Toolkit

Control the platform power state of your Apple Silicon Mac.
BSD 3-Clause "New" or "Revised" License
488 stars 9 forks source link

Option to hide menu bar icon #14

Closed samcarter closed 6 months ago

samcarter commented 6 months ago

Thanks a lot for this handy tool!

It is one of these tools one sets up once and then can basically forget about it because it just keeps doing its job in the background (besides updates every now and then).

It would be nice to have an option to hide the menu bar icon. This would safe space in the menu bar for users on small displays.

Some other applications like https://github.com/objective-see/LuLu or https://github.com/rxhanson/Rectangle offer such an option. To still be able to interact with the application, they will open the setting window if the application is started while it is already running.

mhaeuser commented 6 months ago

The actual logic is handled by a daemon. You can quit the GUI application and it will continue working.

samcarter commented 6 months ago

@mhaeuser Thanks for your quick reply! This makes getting rid of the menu bar icon much easier than I thought :)