From 3d489382e44ba9dbee4ea881ab6c3c1296058162 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 Aug 2025 15:05:38 +0200 Subject: [PATCH] No need to clear and wait for key to remove instead of just doing it after 2 seconds --- bin/omarchy-show-done | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'