More travis output improvements
This commit is contained in:
parent
ed469eee06
commit
967e8eca8b
|
@ -24,4 +24,5 @@ ${c2}\`/-\`${c5} /MMs\` ${c3}.///:${c5}.+MMs sMM+-${c3}//:-\`${c5} ./dMh\
|
|||
${c2}/dMMMMMMMMMMMMd+${c1}::${c2}smNMMdys+:.
|
||||
${c2}./osysooshy${c1}+///++++:\`
|
||||
|
||||
|
||||
"
|
||||
|
|
1
neofetch
1
neofetch
|
@ -2800,6 +2800,7 @@ while [ "$1" ]; do
|
|||
info=(title underline distro kernel uptime packages shell resolution de wm theme icons cpu gpu memory font disk battery song localip publicip users birthday)
|
||||
|
||||
printinfo () {
|
||||
info linebreak
|
||||
info linebreak
|
||||
for func in "${info[@]}"; do
|
||||
info "$(tr '[:lower:]' '[:upper:]' <<< "$func")" $func
|
||||
|
|
Reference in New Issue