Compare commits

...

2 Commits

View File

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