From 0fc6e33060cc0427ea00a893fc8a4101f4bbc50c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 10 Dec 2019 10:31:28 +0000 Subject: [PATCH] neofetch: Fix #1364 --- neofetch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/neofetch b/neofetch index 63e4b133..f763eeb7 100755 --- a/neofetch +++ b/neofetch @@ -1599,7 +1599,7 @@ get_de() { *MUFFIN*) de=Cinnamon ;; esac - ((KDE_SESSION_VERSION >= 4)) && de=${de/KDE/Plasma} + ((${KDE_SESSION_VERSION:-0} >= 4)) && de=${de/KDE/Plasma} if [[ $de_version == on && $de ]]; then case $de in @@ -4652,10 +4652,10 @@ ASCII: NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME, Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors. - NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, - CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, + NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, + CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, - Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, + Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, postmarketOS, and Void have a smaller logo variant.