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
|
# Ascii
|
||||||
|
--logo | -L)
|
||||||
|
image="ascii"
|
||||||
|
printinfo() { info linebreak; }
|
||||||
|
;;
|
||||||
|
|
||||||
--ascii)
|
--ascii)
|
||||||
image="ascii"
|
image="ascii"
|
||||||
ascii="$2"
|
ascii="$2"
|
||||||
|
|
Loading…
Reference in a new issue