From 83fd93e4fb308aeb84ec17e20f6263def459ac9e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 3 Oct 2016 20:53:08 +1100 Subject: [PATCH] Add new mode which only prints the ascii art --- neofetch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neofetch b/neofetch index 182a7870..91660131 100755 --- a/neofetch +++ b/neofetch @@ -3055,6 +3055,11 @@ getargs() { ;; # Ascii + --logo | -L) + image="ascii" + printinfo() { info linebreak; } + ;; + --ascii) image="ascii" ascii="$2"