neofetch: Fix uptime seconds on Linux. Closes #1422

This commit is contained in:
Dylan Araps 2020-03-08 16:13:19 +02:00
parent 87827df455
commit e960c51686
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -1396,7 +1396,7 @@ get_uptime() {
uptime=${d:+$d, }${h:+$h, }$m
uptime=${uptime%', '}
uptime=${uptime:-$seconds secs}
uptime=${uptime:-$s secs}
# Make the output of uptime smaller.
case $uptime_shorthand in