de: fix Unity in 18.04
This commit is contained in:
parent
b87300d87a
commit
327e639eff
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -697,6 +697,7 @@ get_de() {
|
|||
if [[ "$XDG_CURRENT_DESKTOP" ]]; then
|
||||
de="${XDG_CURRENT_DESKTOP/'X-'}"
|
||||
de="${de/Budgie:GNOME/Budgie}"
|
||||
de="${de/:Unity7:ubuntu}"
|
||||
|
||||
elif [[ "$DESKTOP_SESSION" ]]; then
|
||||
de="${DESKTOP_SESSION##*/}"
|
||||
|
|
Loading…
Reference in a new issue