DE: Fix incorrect DE name, closes #772
This commit is contained in:
2
neofetch
2
neofetch
@@ -621,7 +621,7 @@ get_de() {
|
|||||||
de="${de/Budgie:GNOME/Budgie}"
|
de="${de/Budgie:GNOME/Budgie}"
|
||||||
|
|
||||||
elif [[ "$DESKTOP_SESSION" ]]; then
|
elif [[ "$DESKTOP_SESSION" ]]; then
|
||||||
de="${DESKTOP_SESSION/ *}"
|
de="${DESKTOP_SESSION##*/}"
|
||||||
|
|
||||||
elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
|
elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
|
||||||
de="GNOME"
|
de="GNOME"
|
||||||
|
|||||||
Reference in New Issue
Block a user