Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
3b55335089
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2092,7 +2092,7 @@ END
|
|||
fi
|
||||
|
||||
term_font="$(awk '/font_family/ { $1 = ""; gsub(/^[[:space:]]/, ""); font = $0 } \
|
||||
/font_size/ { size = $2 } END { print font " " size}' \
|
||||
/\s?font_size\s/ { size = $2 } END { print font " " size}' \
|
||||
"${kitty_file}")"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue