diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/brb | 2 | ||||
-rwxr-xr-x | .local/bin/startsoon | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/brb b/.local/bin/brb index bf46280..491a2d6 100755 --- a/.local/bin/brb +++ b/.local/bin/brb @@ -7,5 +7,5 @@ while true; do echo # figlet -s -L -c -t "please stand by..." | lolcat -F 0.05 figlet -s -L -c -t "please stand by..." - sleep 5 + sleep 15 done diff --git a/.local/bin/startsoon b/.local/bin/startsoon index 599428f..fdb0eef 100755 --- a/.local/bin/startsoon +++ b/.local/bin/startsoon @@ -7,5 +7,5 @@ while true; do echo # figlet -s -L -c -t "take a coffee!" | lolcat -F 0.05 figlet -s -L -c -t "take a coffee!" - sleep 5 + sleep 15 done |