batt
batt copied to clipboard
Control and limit battery charging on Apple Silicon MacBooks.
Hi, This little script/app has been great so far - nice work on this! But I notice that my mac did sometimes continue to charge in sleep mode with lid...
By adding an additional info string: ``` diff --git a/sleepcallback.go b/sleepcallback.go index a3bbcc8..6285739 100644 --- a/sleepcallback.go +++ b/sleepcallback.go @@ -161,5 +161,6 @@ func listenNotifications() error { if int(C.ListenNotifications()) != 0...
I was wondering if we can choose between having the Magsafe LED in green or turning it off when limit is reached. It's a bit distracting to have it in...
Push to brew
Hi, it's a nice project with high user-friendly commandes. I am wondering if you will push your tool to brew, then it will be much convenience for those who use...
Hi, does this work with clamshell mode? I currently have charging at 100%, but I wish it to discharge to 80% despitebeing connected to the adapter. However, my laptop is...
this is a good project,but i have some questions .The charge will continue when I turn it off, and when I turn it on again, the charge is over 80,...
My Mac is connected to the display screen, but when the battery level is higher than the limit, my phone cannot charge while connected to the Mac. Please tell me...
Thanks for the neat and clean package. It would be excellent to have a system where users can set an interval, let's say 7-days. Afterward, every 7 days, it will...
I love this implementation for battery management and I am amazed by how neat the package is. Anyway there is one feature you could consider adding to future versions: Disabling...
Classical charge limiter have 2 levels: 1. level when stop charging (currently batt named limit) 2. level when start charging (less that 1.) When we have battery charged up to...