neofetch: Fix uptime seconds on Linux. Closes #1422

parent 87827df4
...@@ -1396,7 +1396,7 @@ get_uptime() { ...@@ -1396,7 +1396,7 @@ get_uptime() {
uptime=${d:+$d, }${h:+$h, }$m uptime=${d:+$d, }${h:+$h, }$m
uptime=${uptime%', '} uptime=${uptime%', '}
uptime=${uptime:-$seconds secs} uptime=${uptime:-$s secs}
# Make the output of uptime smaller. # Make the output of uptime smaller.
case $uptime_shorthand in case $uptime_shorthand in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment