diff --git a/gui b/gui index 00ed452..9363b40 100755 --- a/gui +++ b/gui @@ -49,6 +49,7 @@ do elif [ "$OP" == "Translator" ]; then GC=$(bash ./converter.sh $HEXGLYPH) echo -e "Galatic Coordinates: \e[0;94m$GC\e[0m" # not necessary but nice to have" + zenity --info --text "Galatic Coordinates:\n\n$GC" --width=300 --height=55 fi done