mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
DE: Fixed GNOME fallback detection
This commit is contained in:
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
Block a user