From 9180914dcf440777b7463d6fccff26e3a49200b8 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 23 Dec 2016 12:09:28 +0700 Subject: [PATCH] DE: Fixed GNOME fallback detection --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 4504ec9e..75628fca 100755 --- a/neofetch +++ b/neofetch @@ -553,7 +553,7 @@ get_de() { elif [[ "$DESKTOP_SESSION" ]]; then de="${DESKTOP_SESSION/ *}" - elif [[ "$GOME_DESKTOP_SESSION_ID" ]]; then + elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then de="GNOME" elif [[ "$MATE_DESKTOP_SESSION_ID" ]]; then