diff --git a/neofetch b/neofetch index 285adb6b..7e5a7cc8 100755 --- a/neofetch +++ b/neofetch @@ -2761,6 +2761,7 @@ get_term() { ;; "gnome-terminal-") term="gnome-terminal" ;; + "urxvtd") term="urxvt" ;; *"nvim") term="Neovim Terminal" ;; *"NeoVimServer"*) term="VimR Terminal" ;; *) term="${name##*/}" ;;