diff --git a/neofetch b/neofetch index 6124c601..07ad1a99 100755 --- a/neofetch +++ b/neofetch @@ -689,6 +689,7 @@ get_de() { *"xfce5"*) de="Xfce5" ;; *"xfce"*) de="Xfce" ;; *"mate"*) de="MATE" ;; + *"GNOME"*) de="GNOME $(gnome-shell --version)" ;; esac # Log that the function was run.