diff --git a/neofetch b/neofetch index c4c42036..60fde897 100755 --- a/neofetch +++ b/neofetch @@ -1814,6 +1814,12 @@ gettermfont () { "Apple_Terminal") termfont="$(osascript -e 'tell application "Terminal" to font name of window frontmost')" ;; + + "terminology") + termfont="$(strings ${XDG_CONFIG_HOME}/terminology/config/standard/base.cfg | awk '/^font\.name$/{print a}{a=$0}')" + termfont="${termfont/.pcf}" + termfont="${termfont/:*}" + ;; esac }