DE: Fixed GNOME fallback detection
This commit is contained in:
parent
512c3beffd
commit
9180914dcf
2
neofetch
2
neofetch
|
@ -553,7 +553,7 @@ get_de() {
|
||||||
elif [[ "$DESKTOP_SESSION" ]]; then
|
elif [[ "$DESKTOP_SESSION" ]]; then
|
||||||
de="${DESKTOP_SESSION/ *}"
|
de="${DESKTOP_SESSION/ *}"
|
||||||
|
|
||||||
elif [[ "$GOME_DESKTOP_SESSION_ID" ]]; then
|
elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
|
||||||
de="GNOME"
|
de="GNOME"
|
||||||
|
|
||||||
elif [[ "$MATE_DESKTOP_SESSION_ID" ]]; then
|
elif [[ "$MATE_DESKTOP_SESSION_ID" ]]; then
|
||||||
|
|
Reference in New Issue