mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
No help and better centering
This commit is contained in:
@@ -26,7 +26,7 @@ if sudo test -f /etc/sudoers.d/99-omarchy-installer; then
|
||||
fi
|
||||
|
||||
# Exit gracefully if user chooses not to reboot
|
||||
if gum confirm --padding "1 0 0 $PADDING_LEFT" --default --affirmative "Reboot Now" --negative "" ""; then
|
||||
if gum confirm --padding "1 0 0 $((PADDING_LEFT + 33))" --show-help=false --default --affirmative "Reboot Now" --negative "" ""; then
|
||||
# Clear screen to hide any shutdown messages
|
||||
clear
|
||||
|
||||
|
||||
Reference in New Issue
Block a user