mhaeuser / Battery-Toolkit

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

Battery Status #10

Open laltm opened 5 months ago

laltm commented 5 months ago

It would be nice to implement the battery charge percentage into the status bar icon.

Maybe like Apple did it on iOS. That way, you could throw out the default icon and save some space in the status bar. I have no Idea how to do this but I think it would be super neat :)

mhaeuser commented 3 months ago

I will not get to this any time soon, but I agree that would be a nice detail. If someone wants to PR this, please make sure to use the event system rather than polling (as done by the daemon) and to not register any events when this feature is currently turned off.

rogueda commented 1 month ago

@laltm I use Bartender to hide the Battery Toolkit icon as once i have it setup it runs really well in the background, then use iStat to display a more useful battery icon. iStat has been involved in some controversy lately, so you may want to use one of the alternatives.

mhaeuser commented 1 month ago

@rogueda You don’t need to use Bartender, you can simply quit the GUI. All actual logic is in the background daemon.

laltm commented 1 month ago

some controversy lately @rogueda Hi, thanks for the suggestions! I actually have iStat, but didn't like the way their icon looks. Can you tell me what the controversy was about?