diff --git a/bin/omarchy-show-done b/bin/omarchy-show-done index a00d7b6e..de5fe2ab 100755 --- a/bin/omarchy-show-done +++ b/bin/omarchy-show-done @@ -1,5 +1,4 @@ #!/bin/bash echo -gum spin --spinner "globe" --title "Done!" -- sleep 2 -clear +gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -n 1 -s'