diff --git a/batAlarm.sh b/batAlarm.sh index 475f221..031e01c 100755 --- a/batAlarm.sh +++ b/batAlarm.sh @@ -13,12 +13,12 @@ while true; do if [ $charge -lt 11 ]; then if [ $flag1 -eq 0 ]; then flag1=1 - notify-send -t 10000 BATTERY ${charge}% + notify-send -t 10000 battery [${charge}%] fi elif [ $charge -lt 21 ]; then if [ $flag2 -eq 0 ]; then flag2=1 - notify-send -t 10000 BATTERY ${charge}% + notify-send -t 10000 battery [${charge}%] fi fi