Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#1929 from MrVeink - Added Wii ASCII for wii-…
Browse files Browse the repository at this point in the history
…linux-ngx, whiite and gc-linux

Upstream PR: dylanaraps/neofetch#1929
Thanks to @MrVeink

Co-authored-by: MrVeink <joona.holkko@tuta.io>
  • Loading branch information
hykilpikonna and MrVeink committed Jul 31, 2022
2 parents 029cad0 + 2bbc06a commit c712390
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ image_source="auto"
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
# Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu Touch, Ubuntu-MATE,
# Ubuntu-Studio, Ubuntu-Sway, Ubuntu, Ultramarine, Univention, Uos, Venom, Void, yiffOS, VNux, 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 @@ -5327,7 +5327,7 @@ ASCII:
t2, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE,
Ubuntu-Studio, Ubuntu-Sway, Ubuntu, Ultramarine, Uos, Univention, Venom, Void, VNux, 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 @@ -12162,6 +12162,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 4 6
Expand Down

0 comments on commit c712390

Please sign in to comment.