Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Added Wii ASCII for wii-linux-ngx, whiite and gc-linux #1929

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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, LangitKetujuh, semc,
# Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
# Obarun, wii-linux-ngx, whiite-linux, gc-linux, windows10, Windows7, Xubuntu, Zorin, 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.
Expand Down Expand Up @@ -5152,7 +5152,7 @@ ASCII:
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
Ubuntu-Studio, Ubuntu, Univention, Venom, Void, LangitKetujuh, semc,
Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.
Obarun, wii-linux-ngx, whiite-linux, gc-linux, windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos.

NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants.

Expand Down Expand Up @@ -11136,6 +11136,29 @@ ${c1} ,;::::;
EOF
;;

*"wii-linux-ngx"*|*"whiite-linux"*|\
*"gc-linux"*)
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1}''''''' `~;:` -'''''' ~kQ@@g\ ,EQ@@g/
h@@@@@@' o@@@@@9` `@@@@@@D `@@@@@@@= @@@@@@@?
'@@@@@@X o@@@@@@@D v@@@@@@: R@@@@@@, D@@@@@@_
t@@@@@@' _@@@@@@@@@; `Q@@@@@U ;fmo/- ;fmo/-
`Q@@@@@m d@@@@@@@@@N 7@@@@@@'
L@@@@@@' :@@@@@&@@@@@| `Q@@@@@Z :]]]]]v :]]]]]v
Q@@@@@X R@@@@Q`g@@@@Q f@@@@@Q- z@@@@@Q v@@@@@Q
r@@@@@@~ ;@@@@@/ ;@@@@@L `@@@@@@/ z@@@@@Q v@@@@@Q
d@@@@@q M@@@@# H@@@@Q ]@@@@@Q z@@@@@Q v@@@@@Q
,@@@@@@, >@@@@@; _@@@@@c `@@@@@@> z@@@@@Q v@@@@@Q
X@@@@@U Q@@@@R Z@@@@Q`{@@@@@N z@@@@@Q v@@@@@Q
.@@@@@@S@@@@@: -@@@@@e@@@@@@: z@@@@@Q v@@@@@Q
{@@@@@@@@@@U t@@@@@@@@@@e z@@@@@Q v@@@@@Q
`Q@@@@@@@@@' `Q@@@@@@@@@- z@@@@@Q v@@@@@Q
:@@@@@@@@| ;@@@@@@@@= z@@@@@Q v@@@@@Q
'2#@@Q6: ,eQ@@QZ~ /QQQQQg \QQQQQN
EOF
;;

*"[Windows 11]"*|*"on Windows 11"*|\
"Windows 11"* |"windows11")
set_colors 6 7
Expand Down