diff --git a/neofetch b/neofetch index 7047a54b..c1258f32 100755 --- a/neofetch +++ b/neofetch @@ -1542,7 +1542,7 @@ gettermfont() { termfont="${termfont/:*}" ;; - "HyperTerm") + "Hyper"*) termfont="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')" ;; esac