mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Merge pull request #384 from ber532k/patch-2
small mistake in customlines()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user