From 4d21fb6397f3233b6aff5dd13dfa3d6c4b596326 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Tue, 29 Nov 2016 16:46:58 +0700 Subject: [PATCH] GNU Hurd: Added uptime Oops, forgot this one. --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 03d5a621..57719e3f 100755 --- a/neofetch +++ b/neofetch @@ -289,7 +289,7 @@ get_uptime() { *) # Get uptime in seconds case "$os" in - "Linux" | "Windows") + "Linux" | "Windows" | "GNU") seconds="$(< /proc/uptime)" seconds="${seconds/.*}" ;;