diff --git a/neofetch b/neofetch index 05a1b3cd..7047a54b 100755 --- a/neofetch +++ b/neofetch @@ -1541,6 +1541,10 @@ gettermfont() { termfont="${termfont/.pcf}" termfont="${termfont/:*}" ;; + + "HyperTerm") + termfont="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')" + ;; esac [ "$version" -ge 4 ] && termfont="${termfont^}"