MacOS alert if the battery exceeds certain percentage charge limits to maintain health.
Go to file
2021-01-03 10:51:19 +01:00
macos-battery-alert-to-maintain-health.el Create macos-battery-alert-to-maintain-health.el 2021-01-03 10:47:40 +01:00
README.md Update README.md 2021-01-03 10:51:19 +01:00

MacOS alert if the battery exceeds certain percentage charge limits to maintain health.

100% Elisp!

Run

emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-health.el

Cron

Automates to check every 10 minutes.

Open crontab.

crontab -e

Add the following line. Be sure to change the path of the script.

*/6 * * * * emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-health.el