mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Merge branch 'master' of https://github.com/dylanaraps/neofetch
This commit is contained in:
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
Block a user