Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 619 Bytes

README.MD

File metadata and controls

executable file
·
28 lines (20 loc) · 619 Bytes

Battery Notify

Get notification about battery status in linux in a customized way

Imagem de notificação da bateria cheia

Installation

    sudo chmod +x ./install.sh && ./install.sh

Custom settings

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