From 44f1afcff6ffe2f433a601b16057d4bf962ad0a7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 14 Jul 2017 09:07:39 +1000 Subject: [PATCH] DE: Fix incorrect DE name, closes #772 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index aff94700..cc485823 100755 --- a/neofetch +++ b/neofetch @@ -621,7 +621,7 @@ get_de() { de="${de/Budgie:GNOME/Budgie}" elif [[ "$DESKTOP_SESSION" ]]; then - de="${DESKTOP_SESSION/ *}" + de="${DESKTOP_SESSION##*/}" elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then de="GNOME"