baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

AlDente battery limit not working properly anymore ?

AlDente uninstallation:

1. Close AlDente App + Uninstall (move Application to Trash)

2. Uninstall AlDente HelperTool in macOS Terminal App (you may find it in Applications / Utilities):
sudo rm -rf /Library/LaunchDaemons/com.apphousekitchen.aldente-pro.helper.plist

3. Restart Computer

Install “battery” App:

1. Install Homebrew in Terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. Install battery App in Terminal:

brew install battery

3. Find and run “battery” Application in macOS Applications once, so the battery app now shows in your macOS menu bar.

4. Configure your desired battery limit range using Terminal command line:

battery maintain 40-55

Comments are currently closed.