battery spacing for real

This commit is contained in:
Dane Williams 2020-05-31 16:42:37 -07:00
parent 4849e304a6
commit b416c21421

View file

@ -85,9 +85,9 @@ main()
bat_perc=$(battery_percent)
if [ -z "$bat_stat" ]; then # Test if status is empty or not
echo "$bat_stat $bat_perc"
else
echo "$bat_perc"
else
echo "$bat_stat $bat_perc"
fi
}