diff --git a/neofetch b/neofetch index 173ba2c9..2b933c58 100755 --- a/neofetch +++ b/neofetch @@ -1598,7 +1598,7 @@ get_term_font() { term_font="$(awk -F '= ' '/^font/ {a=$2} END{print a}' "${XDG_CONFIG_HOME}/termite/config")" ;; - "urxvt" | "urxvtd" | "xterm") + "urxvt" | "urxvtd" | "rxvt-unicode" | "xterm") term_font="$(grep -i -F "${term/d}*font" < <(xrdb -query))" term_font="${term_font/*font:}" term_font="$(trim "$term_font")"