Notify when the battery is fully charged.
Originally present in here
This project requires Python 2.7
Requires python-gi
sudo apt-get install --reinstall python-gi
To run Battery_Manager
, run:
python battery.py
In case of any issues related to the project or to add any feature, go to the issues tab and create an issue.
Work on an issue in a new branch and send a PR.
Commits in the PR should be of the form:
shortlog: commit message
commit body
Fixes: #<issue_no>