Compare commits

..

2 Commits

View File

@ -58,10 +58,15 @@ EOF
} }
source ./.includes/functions.sh
source ./.includes/ui.sh source ./.includes/ui.sh
answer=$(yesno "Do you have a physical screen attached?") answer=$(yesno "Do you have a physical screen attached?")
if [[ "${answer}" == "yes" ]]; then if [[ "${answer}" == "yes" ]]; then
active_screen active_screen
msgbox "Settings for physical screen applied."
restart
else else
headless headless
msgbox "Headless mode applied."
restart
fi fi