From 4348ab6ef1b97ddc3536564adc9bd99e23cc55dc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 31 Jan 2026 12:43:34 +0100 Subject: [PATCH] Let the done screen time out in 7 seconds --- bin/omarchy-show-done | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-show-done b/bin/omarchy-show-done index de5fe2ab..cc5394f7 100755 --- a/bin/omarchy-show-done +++ b/bin/omarchy-show-done @@ -1,4 +1,4 @@ #!/bin/bash echo -gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -n 1 -s' +gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -t 7 -n 1 -s'