Termfont: [Termite] Fix incorrect font choses. Closes #409
This commit is contained in:
parent
462d4c594a
commit
7b2dcea117
2
neofetch
2
neofetch
|
@ -1520,7 +1520,7 @@ gettermfont() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"termite")
|
"termite")
|
||||||
termfont="$(awk -F '= ' '!/^($|#|;)/ && /font/ {printf $2; exit}' "${XDG_CONFIG_HOME}/termite/config")"
|
termfont="$(awk -F '= ' '/^font/ {a=$0} END{print $2}' "${XDG_CONFIG_HOME}/termite/config")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"mintty")
|
"mintty")
|
||||||
|
|
Reference in New Issue