diff --git a/neofetch b/neofetch index 83207c5c..60fde897 100755 --- a/neofetch +++ b/neofetch @@ -1816,7 +1816,7 @@ gettermfont () { ;; "terminology") - termfont="$(strings ${XDG_CONFIG_HOME}/terminology/config/standard/base.cfg | awk '/^font.name$/{print a}{a=$0}')" + termfont="$(strings ${XDG_CONFIG_HOME}/terminology/config/standard/base.cfg | awk '/^font\.name$/{print a}{a=$0}')" termfont="${termfont/.pcf}" termfont="${termfont/:*}" ;;