From f20e80375aa3681e479cc44262027938e7bc8b24 Mon Sep 17 00:00:00 2001 From: Azalea Date: Thu, 1 Jun 2023 12:05:00 -0700 Subject: [PATCH] [F] Apply fix #127 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index e7e8881f..5b353607 100755 --- a/neofetch +++ b/neofetch @@ -4404,7 +4404,7 @@ END profile_filename="${profile_filename/$'\n'*}" [[ $profile_filename ]] && \ - term_font="$(awk -F '=|,' '/Font=/ {print $2,$3}' "$profile_filename")" + term_font="$(awk -F '=|,' '/^Font=/ {print $2,$3}' "$profile_filename")" ;; "lxterminal"*)