term: [urxvt/xterm] Show greedy fonts.
This commit is contained in:
parent
cf07cb0c35
commit
97b4f04d33
2
neofetch
2
neofetch
|
@ -3021,7 +3021,7 @@ END
|
|||
|
||||
"urxvt" | "urxvtd" | "rxvt-unicode" | "xterm")
|
||||
xrdb="$(xrdb -query)"
|
||||
term_font="$(grep -i "${term/d}"'\**\.*font' <<< "$xrdb")"
|
||||
term_font="$(grep -im 1 -e "^${term/d}"'\**\.*font' -e "^\\*font" <<< "$xrdb")"
|
||||
term_font="${term_font/*"*font:"}"
|
||||
term_font="${term_font/*".font:"}"
|
||||
term_font="${term_font/*"*.font:"}"
|
||||
|
|
Reference in New Issue