Terminal Font: Add HyperTerm support
This commit is contained in:
parent
3d40df4338
commit
a14cba7068
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1542,7 +1542,7 @@ gettermfont() {
|
|||
termfont="${termfont/:*}"
|
||||
;;
|
||||
|
||||
"HyperTerm")
|
||||
"Hyper"*)
|
||||
termfont="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue