From a59ff4b42f71798caf3243812a04faf7d1d0e804 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 8 Jan 2017 12:08:10 +1100 Subject: [PATCH] Term Font: Added support for rxvt-unicode --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")"