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,
|
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||||
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
|
||||||
# Ubuntu-Studio, Ubuntu, Univention, Venom, Void, VNux, LangitKetujuh, semc,
|
# 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.
|
# NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.
|
||||||
# Use '{distro name}_old' to use the old logos.
|
# Use '{distro name}_old' to use the old logos.
|
||||||
# NOTE: Ubuntu has flavor variants.
|
# NOTE: Ubuntu has flavor variants.
|
||||||
|
|
@ -11202,6 +11202,40 @@ ${c1} | (-- | |
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Vanilla"*)
|
||||||
|
set_colors 11 15
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1}
|
||||||
|
.------:
|
||||||
|
.---------.
|
||||||
|
:----::-----.
|
||||||
|
.:-----::------:
|
||||||
|
-------::-------:
|
||||||
|
.-------::--------.
|
||||||
|
....... :------:::--------. ...::::::::....
|
||||||
|
::----------------:.:------:::--------::------------------:
|
||||||
|
--------------------------:::---------------------:-----:
|
||||||
|
.-----:::------------------::----------------::::::----:
|
||||||
|
:-----:::::---------------::-------------:::::--------.
|
||||||
|
:-------:::::---------:::::::::------::::-----------.
|
||||||
|
:----------:::::----::::...::::-:::::-------------.
|
||||||
|
.------------::::::.....---.....::--------------:
|
||||||
|
:-------------:::..------...:::------------:.
|
||||||
|
.::---------::::..------.::::-------::..
|
||||||
|
.:--------::....----..:--------::.
|
||||||
|
.:-----------:::::....::::-----------:.
|
||||||
|
.:-----------:::::::::::::::::-----------:
|
||||||
|
.-----------::::------:-------:::----------:.
|
||||||
|
----------:::--------: .--------:::----------
|
||||||
|
:------:::::---------. .---------::::-------:
|
||||||
|
:-----::::----------:. .:----------::::-----
|
||||||
|
.-----::------------: :-----------:::----:
|
||||||
|
.-----------------:: .:---------------:
|
||||||
|
..::::------:::.. ...::::::::::-:
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
"Obarun"*)
|
"Obarun"*)
|
||||||
set_colors 6 6 7 1
|
set_colors 6 6 7 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue