Uptime: Revert date removal

master
Dylan Araps 9 years ago
parent 27e634fc0c
commit 89f7c2210d
  1. 2
      neofetch

@ -317,7 +317,7 @@ get_uptime() {
boot="${boot/,*}"
# Get current date in seconds
now="$(printf "%(%s)T")"
now="$(date +%s)"
seconds="$((now - boot))"
;;

Loading…
Cancel
Save