Added Vanilla Logo and Support for Vanilla
This commit is contained in:
parent
ccd5d9f526
commit
38fb44cb8e
1 changed files with 35 additions and 1 deletions
36
neofetch
36
neofetch
|
@ -807,7 +807,7 @@ image_source="auto"
|
|||
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
||||
# Ubuntu-Studio, Ubuntu, Univention, Venom, Void, VNux, LangitKetujuh, semc,
|
||||
# Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
|
||||
# Obarun, windows10, Windows7, Xubuntu, Zorin, Vanilla, and IRIX have ascii logos.
|
||||
# NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
|
||||
# Use '{distro name}_old' to use the old logos.
|
||||
# NOTE: Ubuntu has flavor variants.
|
||||
|
@ -11202,6 +11202,40 @@ ${c1} | (-- | |
|
|||
EOF
|
||||
|
||||
;;
|
||||
|
||||
"Vanilla"*)
|
||||
set_colors 11 15
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1}
|
||||
.------:
|
||||
.---------.
|
||||
:----::-----.
|
||||
.:-----::------:
|
||||
-------::-------:
|
||||
.-------::--------.
|
||||
....... :------:::--------. ...::::::::....
|
||||
::----------------:.:------:::--------::------------------:
|
||||
--------------------------:::---------------------:-----:
|
||||
.-----:::------------------::----------------::::::----:
|
||||
:-----:::::---------------::-------------:::::--------.
|
||||
:-------:::::---------:::::::::------::::-----------.
|
||||
:----------:::::----::::...::::-:::::-------------.
|
||||
.------------::::::.....---.....::--------------:
|
||||
:-------------:::..------...:::------------:.
|
||||
.::---------::::..------.::::-------::..
|
||||
.:--------::....----..:--------::.
|
||||
.:-----------:::::....::::-----------:.
|
||||
.:-----------:::::::::::::::::-----------:
|
||||
.-----------::::------:-------:::----------:.
|
||||
----------:::--------: .--------:::----------
|
||||
:------:::::---------. .---------::::-------:
|
||||
:-----::::----------:. .:----------::::-----
|
||||
.-----::------------: :-----------:::----:
|
||||
.-----------------:: .:---------------:
|
||||
..::::------:::.. ...::::::::::-:
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
||||
"Obarun"*)
|
||||
set_colors 6 6 7 1
|
||||
|
|
Loading…
Reference in a new issue