https://github.com/itachi9604/ubuntu_alarm
battery low alarm for ubuntu
https://github.com/itachi9604/ubuntu_alarm
battery battery-status battery-widget down fast low power quick ubuntu ubuntu1604 ubuntu1804
Last synced: 2 months ago
JSON representation
battery low alarm for ubuntu
- Host: GitHub
- URL: https://github.com/itachi9604/ubuntu_alarm
- Owner: itachi9604
- Created: 2019-10-23T17:47:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T12:04:20.000Z (over 5 years ago)
- Last Synced: 2025-02-08T16:41:29.626Z (4 months ago)
- Topics: battery, battery-status, battery-widget, down, fast, low, power, quick, ubuntu, ubuntu1604, ubuntu1804
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UBUNTU_alarm
battery low alarm for ubuntu
For many users UBUNTU fast running out of battery is a problem
TLP and other softwares are also there but when when battery is getting low laptops might shutdown unexpectedly
hence this file might add some alarm to the laptop
'''
(1) first download the given python file in a folder '''open terminal and type "sudo cp -i /path_of_your_file /bin"
---
then type "sudo crontab -e"
----
after all the hashes type: "@reboot python /bin/battery_alarm.py &"
-
restart
'''