Add new mode which only prints the ascii art
This commit is contained in:
parent
8a1eb28987
commit
83fd93e4fb
1 changed files with 5 additions and 0 deletions
5
neofetch
5
neofetch
|
@ -3055,6 +3055,11 @@ getargs() {
|
|||
;;
|
||||
|
||||
# Ascii
|
||||
--logo | -L)
|
||||
image="ascii"
|
||||
printinfo() { info linebreak; }
|
||||
;;
|
||||
|
||||
--ascii)
|
||||
image="ascii"
|
||||
ascii="$2"
|
||||
|
|
Loading…
Reference in a new issue