diff --git a/neofetch b/neofetch index 0407c63d..59a653cf 100755 --- a/neofetch +++ b/neofetch @@ -1805,6 +1805,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 }