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?")
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user