misc: Fix travis
This commit is contained in:
parent
8dc25c3ae5
commit
94bf52ecd4
2
neofetch
2
neofetch
|
@ -2907,7 +2907,7 @@ END
|
|||
|
||||
fi
|
||||
|
||||
term_font="$(awk '/^[\S\n_#]+?font_family\s+?/ { $1 = ""; gsub(/^[[:space:]]/, ""); font = $0 } \
|
||||
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}' \
|
||||
"${kitty_file}")"
|
||||
;;
|
||||
|
|
Reference in New Issue