MacOS alert if the battery exceeds certain percentage charge limits to maintain health.
Go to file
2021-01-03 12:29:47 +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 12:29:47 +01:00

It is recommended that the battery of a device is between 45% and 80% to extend its life. This script alert if the battery exceeds certain percentage charge limits to maintain health. Only for MacOS.

Emacs Lisp 100.0%

Requirements

  • Emacs or an Emacs Lisp compatible interpreter.
  • MacOS.

Run

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

Cron

Automates to check every minute.

Open crontab.

crontab -e

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

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