diff --git a/neofetch b/neofetch index 48b96d21..ed532472 100755 --- a/neofetch +++ b/neofetch @@ -3327,6 +3327,7 @@ get_term() { ;; "gnome-terminal-") term="gnome-terminal" ;; + "kgx") term="gnome-console" ;; "urxvtd") term="urxvt" ;; *"nvim") term="Neovim Terminal" ;; *"NeoVimServer"*) term="VimR Terminal" ;;