neofetch: Fix #1364

This commit is contained in:
Dylan Araps 2019-12-10 10:31:28 +00:00
parent 787b2352b5
commit 0fc6e33060
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 4 additions and 4 deletions

View File

@ -1599,7 +1599,7 @@ get_de() {
*MUFFIN*) de=Cinnamon ;; *MUFFIN*) de=Cinnamon ;;
esac esac
((KDE_SESSION_VERSION >= 4)) && de=${de/KDE/Plasma} ((${KDE_SESSION_VERSION:-0} >= 4)) && de=${de/KDE/Plasma}
if [[ $de_version == on && $de ]]; then if [[ $de_version == on && $de ]]; then
case $de in case $de in
@ -4652,10 +4652,10 @@ ASCII:
NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME, NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors. Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, 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, Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
postmarketOS, and Void have a smaller logo variant. postmarketOS, and Void have a smaller logo variant.