ChargeMon

Simple macOS StatusBar app to monitor battery charge status and remind you to unplug your Mac when the battery is sufficiently charged

Overview

Very simple app — can toggle between alert or notification. No other settings.

StatusBar screenshot

Sample alert:

Alert screenshot

Installation

  • clone the repo
  • cd into the repo directory
  • create a virtual environment and activate it
  • python3 -m pip install -r requirements.txt
  • python3 setup.py py2app
  • Copy dist/chargemon.app to /Applications

Credits

Inspired by this tweet by @mathsppblog.

License

MIT License

See Also

iBatteryStats – a similar idea with many more features

GitHub

View Github