From 2c90455f3843450070dd5f5943372aadb758214e Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 3 Mar 2016 11:28:30 +1100 Subject: [PATCH] Disable progress bars in stdout mode --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 7c409724..42a109c0 100755 --- a/neofetch +++ b/neofetch @@ -2536,6 +2536,7 @@ while [ "$1" ]; do # Stdout --stdout) unset info_color colors + unset -f bar case "$2" in "--"* | "") echo "--stdout requires at least one argument"; exit ;; *) shift; args=("$@"); config="off" stdout ;;