diff --git a/neofetch b/neofetch index 9faa2395..9cefba0e 100755 --- a/neofetch +++ b/neofetch @@ -1807,6 +1807,10 @@ gettermfont () { "mintty") termfont="$(awk -F '=' '!/^($|#)/ && /Font/ {printf $2; exit}' "${HOME}/.minttyrc")" ;; + + "Apple_Terminal") + termfont="$(osascript -e 'tell application "Terminal" to font name of window frontmost')" + ;; esac }