menu=$(dialog --title "Citrine" --menu "Select the Desktop Environment you want to install"121004"Official""Our pre-themed desktop environments""Third Party (supported)""Third party Desktop Environments that are supported""Third Party (unsupported)""Third Party Desktop Environments that aren't supported""None/DIY""Install no de from this list" --stdout)
if[[ ! -f /etc/fig ]];then
if[["$menu"=="Official"]];then
menu=$(dialog --title "Citrine" --menu "Select the Desktop Environment you want to install"121004"Official""Our pre-themed desktop environments""Third Party (supported)""Third party Desktop Environments that are supported""Third Party (unsupported)""Third Party Desktop Environments that aren't supported""None/DIY""Install no de from this list" --stdout)
DE=$(dialog --title "Citrine" --menu "Please choose the DE you want to install"121001"Onyx""Our custom Desktop Environment based on Budgie" --stdout)
if[["$menu"=="Official"]];then
elif[["$menu"=="Third Party (supported)"]];then
DE=$(dialog --title "Citrine" --menu "Please choose the DE you want to install"121001"Onyx""Our custom Desktop Environment based on Budgie" --stdout)
DE=$(dialog --title "Citrine" --menu "Please choose the DE you want to install"121005"Gnome""The Gnome desktop environment""KDE""The KDE desktop environment""Xfce""The xfce desktop environment""budgie""The budgie desktop environment""Mate""The Mate desktop environment" --stdout)
elif[["$menu"=="Third Party (supported)"]];then
elif[["$menu"=="Third Party (unsupported)"]];then
DE=$(dialog --title "Citrine" --menu "Please choose the DE you want to install"121005"Gnome""The Gnome desktop environment""KDE""The KDE desktop environment""Xfce""The xfce desktop environment""budgie""The budgie desktop environment""Mate""The Mate desktop environment" --stdout)
DE=$(dialog --title "Citrine" --menu "Please choose the DE you want to install"121001"Enlightenment""A very DIY desktop environment, refer to archwiki" --stdout)
elif[["$menu"=="Third Party (unsupported)"]];then
elif[["$menu"=="None/DIY"]];then
DE=$(dialog --title "Citrine" --menu "Please choose the DE you want to install"121001"Enlightenment""A very DIY desktop environment, refer to archwiki" --stdout)
yesno "Are you sure that you dont want to install any DE?"
elif[["$menu"=="None/DIY"]];then
if[["$yn"=="0"]];then
yesno "Are you sure that you dont want to install any DE?"