minor improvements

This commit is contained in:
bradley.richins
2020-10-12 09:10:20 -06:00
parent 2cab8b286c
commit 6224543a76

1
gui
View File

@@ -49,6 +49,7 @@ do
elif [ "$OP" == "Translator" ]; then elif [ "$OP" == "Translator" ]; then
GC=$(bash ./converter.sh $HEXGLYPH) GC=$(bash ./converter.sh $HEXGLYPH)
echo -e "Galatic Coordinates: \e[0;94m$GC\e[0m" # not necessary but nice to have" echo -e "Galatic Coordinates: \e[0;94m$GC\e[0m" # not necessary but nice to have"
zenity --info --text "<big>Galatic Coordinates:\n\n<tt>$GC</tt></big>" --width=300 --height=55
fi fi
done done