Add Termux font support
This commit is contained in:
parent
22f7dbb6ec
commit
5d6f9c45d6
1 changed files with 3 additions and 0 deletions
3
neofetch
3
neofetch
|
|
@ -3598,6 +3598,9 @@ END
|
||||||
"$termite_config")"
|
"$termite_config")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Termux $TERMUX_VERSION")
|
||||||
|
term_font=$(fc-scan /data/data/com.termux/files/home/.termux/font.ttf|grep fullname:|cut -d '"' -f2)
|
||||||
|
|
||||||
urxvt|urxvtd|rxvt-unicode|xterm)
|
urxvt|urxvtd|rxvt-unicode|xterm)
|
||||||
xrdb=$(xrdb -query)
|
xrdb=$(xrdb -query)
|
||||||
term_font=$(grep -im 1 -e "^${term/d}"'\**\.*font:' -e '^\*font:' <<< "$xrdb")
|
term_font=$(grep -im 1 -e "^${term/d}"'\**\.*font:' -e '^\*font:' <<< "$xrdb")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue