💄 Changed icon for battery low notification

This commit is contained in:
z3rOR0ne 2022-09-05 17:32:25 -07:00
parent 373ba35de8
commit 52187aa3c4

View file

@ -3,7 +3,7 @@
while true ; do
PWRLVL=$(cat /sys/class/power_supply/BAT1/capacity)
if [ "$PWRLVL" -le 15 ] ; then
notify-send " Battery is at 15%!!";
notify-send " Battery is at 15%!!";
sleep 300s;
else
sleep 60s;