diff --git a/ascii/distro/travis b/ascii/distro/travis index 64ecc572..eb5f9971 100644 --- a/ascii/distro/travis +++ b/ascii/distro/travis @@ -23,4 +23,5 @@ ${c2}\`/-\`${c5} /MMs\` ${c3}.///:${c5}.+MMs sMM+-${c3}//:-\`${c5} ./dMh\ ${c2}.hMMMMMMMMMMMMMMMMhMMMMMMMMMMMMNs\` ${c2}/dMMMMMMMMMMMMd+${c1}::${c2}smNMMdys+:. ${c2}./osysooshy${c1}+///++++:\` + " diff --git a/neofetch b/neofetch index 3390fe14..27cf7665 100755 --- a/neofetch +++ b/neofetch @@ -2797,12 +2797,16 @@ while [ "$1" ]; do esac ;; --test) - info=(title underline distro kernel uptime packages shell resolution de wm theme icons cpu gpu memory font disk battery song localip publicip users birthday cols) + 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 for func in "${info[@]}"; do info "$(tr '[:lower:]' '[:upper:]' <<< "$func")" $func done + info linebreak + info cols + info linebreak printf "%b%s" "\033[$(tput lines)H" } ;;