diff --git a/neofetch b/neofetch index 8bee9eed..344233a0 100755 --- a/neofetch +++ b/neofetch @@ -2792,6 +2792,16 @@ while [ "$1" ]; do *) config_file="$2"; config="on"; getconfig ;; 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) + + printinfo () { + for func in "${info[@]}"; do + info "${func^^}" $func + done + printf "%b%s" "\033[$(tput lines)H" + } + ;; --help) usage ;; esac