From b193b9e5d58367065311e4116b12db14e606b054 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 29 Apr 2016 09:46:47 +1000 Subject: [PATCH] Add verbose output --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofetch b/neofetch index 8d7630fc..c7540a53 100755 --- a/neofetch +++ b/neofetch @@ -590,6 +590,10 @@ getuptime () { hours=$((uptime / 3600%24)) days=$((uptime / 86400)) + echo "$mins" + echo "$hours" + echo "$days" + # Format the output like Linux's "uptime -p" cmd. if [ "$mins" == 1 ]; then uptime="$mins minute"