From 3f021fbbb61c5ca5be06e2000fac6a3a471ce41a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 22 May 2018 14:14:17 +1000 Subject: [PATCH] misc: cleanup --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index d441cd78..83ce6534 100755 --- a/neofetch +++ b/neofetch @@ -8442,7 +8442,7 @@ main() { [[ "$verbose" == "on" ]] && printf "%b" "$err" >&2 # If `--loop` was used, constantly redraw the image. - while [[ "$image_loop" == "on" && "$image_backend" == "w3m" ]]; do display_image; sleep 1s; done + while [[ "$image_loop" == "on" && "$image_backend" == "w3m" ]]; do display_image; sleep 1; done return 0 }