Make toggle-screen a little more verbose about what has been done and what needs to happen afterwards.
This commit is contained in:
parent
eacadeba2a
commit
f8044c0a98
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user