actuallymentor / battery

CLI for managing the battery charging status for M1 Macs
MIT License
3.22k stars 140 forks source link

UX suggestion for Enable/Disable 80% battery limit #257

Open lcsvcn opened 3 months ago

lcsvcn commented 3 months ago
Screenshot 2024-04-08 at 17 45 47

From a user perspective, it doesn't make sense to have:

"Enable 80% battery limit" "Disable 80% battery limit"

They are basically a toggle, so comparing to Apple approach it should be a single Button with toggle (if possible).

Screenshot 2024-04-08 at 17 47 05

like:

Toggle Icon "80% battery limit", we could also use "X% battery limit" if we want to use custom battery limit.

The idea is to remove redundancy of having an Enable and Disable buttons, since you need to have it disabled to enabled it and vice-versa.

So it makes sense to have one button and change only text or add same text and toggle.