DE: Fix incorrect DE name, closes #772
This commit is contained in:
parent
1378d3b33e
commit
44f1afcff6
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -621,7 +621,7 @@ get_de() {
|
|||
de="${de/Budgie:GNOME/Budgie}"
|
||||
|
||||
elif [[ "$DESKTOP_SESSION" ]]; then
|
||||
de="${DESKTOP_SESSION/ *}"
|
||||
de="${DESKTOP_SESSION##*/}"
|
||||
|
||||
elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
|
||||
de="GNOME"
|
||||
|
|
Loading…
Reference in a new issue