Merge branch 'master' of https://github.com/dylanaraps/neofetch
This commit is contained in:
commit
649dab6dc0
4
neofetch
4
neofetch
|
@ -1559,6 +1559,8 @@ getterm() {
|
||||||
"gnome-terminal-") term="gnome-terminal" ;;
|
"gnome-terminal-") term="gnome-terminal" ;;
|
||||||
*) term="$name" ;;
|
*) term="$name" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
[ "$version" -ge 4 ] && term="${term^}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
@ -1607,6 +1609,8 @@ gettermfont() {
|
||||||
termfont="${termfont/:*}"
|
termfont="${termfont/:*}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
[ "$version" -ge 4 ] && termfont="${termfont^}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Reference in New Issue