diff --git a/neofetch b/neofetch index c4c42036..84eb1970 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 | grep -B1 font.name | head -1)" + termfont="${termfont/.pcf}" + termfont="${termfont/:*}" + ;; esac }