Merge pull request #384 from ber532k/patch-2

small mistake in customlines()
This commit is contained in:
darealshinji
2016-09-21 22:33:27 +02:00
committed by GitHub

View File

@@ -97,7 +97,7 @@ customlines () {
#custom2=$(echo -e "$labelcolor $(echo ' `->')$textcolor $battery_time"); out_array=( "${out_array[@]}" "$custom2" ); ((display_index++));
# Display public IP:
#custom3=$(echo -e "$labelcolor Public IP:$textcolor $(curl -s ipinfo.io/ip)"); out_array=( "${out_array[@]}" "$custom0" ); ((display_index++));
#custom3=$(echo -e "$labelcolor Public IP:$textcolor $(curl -s ipinfo.io/ip)"); out_array=( "${out_array[@]}" "$custom3" ); ((display_index++));
###########################################
## MY CUSTOM LINES