Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
63ae8994e2
9
neofetch
9
neofetch
|
@ -2910,10 +2910,11 @@ END
|
|||
|
||||
fi
|
||||
|
||||
term_font="$(awk '/^[\S\n_#]+?font_family\s+?/
|
||||
{ $1 = ""; gsub(/^[[:space:]]/, ""); font = $0 }
|
||||
/^[\S\n_#]+?font_size\s+?\d+?/
|
||||
{ size = $2 } END { print font " " size}' \
|
||||
term_font="$(awk '/^([[:space:]]*|[^#_])font_family[[:space:]]+/ \
|
||||
{ $1 = ""; gsub(/^[[:space:]]/, ""); font = $0 } \
|
||||
/^([[:space:]]*|[^#_])font_size[[:space:]]+/ \
|
||||
{ size = $2 } \
|
||||
END { print font " " size}' \
|
||||
"${kitty_file}")"
|
||||
;;
|
||||
|
||||
|
|
Reference in New Issue