DE: Fixed GNOME fallback detection
This commit is contained in:
parent
512c3beffd
commit
9180914dcf
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -553,7 +553,7 @@ get_de() {
|
|||
elif [[ "$DESKTOP_SESSION" ]]; then
|
||||
de="${DESKTOP_SESSION/ *}"
|
||||
|
||||
elif [[ "$GOME_DESKTOP_SESSION_ID" ]]; then
|
||||
elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
|
||||
de="GNOME"
|
||||
|
||||
elif [[ "$MATE_DESKTOP_SESSION_ID" ]]; then
|
||||
|
|
Loading…
Reference in a new issue