battery spacing for real
This commit is contained in:
parent
4849e304a6
commit
b416c21421
1 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@ main()
|
||||||
bat_perc=$(battery_percent)
|
bat_perc=$(battery_percent)
|
||||||
|
|
||||||
if [ -z "$bat_stat" ]; then # Test if status is empty or not
|
if [ -z "$bat_stat" ]; then # Test if status is empty or not
|
||||||
echo "♥ $bat_stat $bat_perc"
|
|
||||||
else
|
|
||||||
echo "♥ $bat_perc"
|
echo "♥ $bat_perc"
|
||||||
|
else
|
||||||
|
echo "♥ $bat_stat $bat_perc"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue