Get notification about battery status in linux in a customized way
sudo chmod +x ./install.sh && ./install.sh
You can customize battery percentage in critical and maximum mode. You just need to edit the crontab with the command crontab -e
NOTIFY_PERCENT_CRITICAL=20 #default 30
NOTIFY_PERCENT_LOW=80 #default 90