General: Don't uppercase term font
This commit is contained in:
parent
fc31e868e3
commit
f7274fef87
1 changed files with 0 additions and 2 deletions
2
neofetch
2
neofetch
|
@ -1590,8 +1590,6 @@ get_term_font() {
|
|||
term_font="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')"
|
||||
;;
|
||||
esac
|
||||
|
||||
term_font="$(uppercase "$term_font")"
|
||||
}
|
||||
|
||||
get_disk() {
|
||||
|
|
Loading…
Reference in a new issue