add check on abort

This commit is contained in:
Tobias Powalowski 2023-07-12 20:13:01 +02:00
parent 31a3c273f6
commit a87a520f59

View file

@ -31,6 +31,10 @@ _dolauncher() {
update | grep -q Sway && _LAUNCHER="${_LAUNCHER} SWAY Sway"
update | grep -q Xfce && _LAUNCHER="${_LAUNCHER} XFCE Xfce"
_dialog --title " Desktop Menu " --menu "" 10 40 6 ${_LAUNCHER} 2>${_ANSWER}
if [[ $? -eq 0 ]]; then
clear
exit 1
fi
_EXIT="$(cat ${_ANSWER})"
[[ -e /tmp/.launcher-running ]] && rm /tmp/.launcher-running
if [[ "${_EXIT}" == "GNOME" ]]; then