[F] Apply fix #127
This commit is contained in:
parent
b8ec68a943
commit
f20e80375a
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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"*)
|
||||
|
|
Loading…
Reference in a new issue