From 6224543a769f77ac65d0ea91133f09a4388a0208 Mon Sep 17 00:00:00 2001 From: "bradley.richins" Date: Mon, 12 Oct 2020 09:10:20 -0600 Subject: [PATCH] minor improvements --- gui | 1 + 1 file changed, 1 insertion(+) 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