Make toggle-screen a little more verbose about what has been done and what needs to happen afterwards.

This commit is contained in:
Storm Dragon 2025-04-23 21:01:36 -04:00
parent eacadeba2a
commit f8044c0a98

View File

@ -62,6 +62,10 @@ 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