/py.battery.monitor

Monitor Battery Charge in Linux

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pyBattery

Battery warning notification for Ubuntu / Linux Mint.

Show message dialog with GTK 3 when battery is extremely low or fully charged. Work with python 2.7+ (May be work on Python 3+, have not test it).

No dependencies.

Alert levels

  • 5% - extremely low dialog
  • 15% - low notification
  • 95% - charged dialog

Autostart

To add/remove script to autostart use:

  • ./setup.py install
  • ./setup.py uninstall

Alternative