minor improvements
This commit is contained in:
1
gui
1
gui
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user