From a40c0fd7ada205fae56bc56a7fad8bb03954f754 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Mon, 5 Dec 2016 17:21:52 +0700 Subject: [PATCH] Wallpaper: Expanded support to Solaris and GNU Hurd --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 168ec51e..0cdcaa5d 100755 --- a/neofetch +++ b/neofetch @@ -2041,7 +2041,7 @@ get_w3m_img_path() { get_wallpaper() { case "$os" in - "Linux" | "BSD") + "Linux" | "BSD" | "Solaris" | "GNU") # Get DE if user has disabled the function. [[ -z "$de" ]] && get_de