neofetch: Fix #1364
This commit is contained in:
parent
787b2352b5
commit
0fc6e33060
8
neofetch
8
neofetch
|
@ -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.
|
||||||
|
|
||||||
|
|
Reference in New Issue