Merge pull request #1334 from AlexBaranowski/master
Add support for EuroLinux
This commit is contained in:
commit
09f932e822
24
neofetch
24
neofetch
|
@ -6268,6 +6268,30 @@ dMm `/++/-``/yNNh+/sdNMNddMm- mMd
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"EuroLinux"*)
|
||||||
|
set_colors 4 7
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} __
|
||||||
|
-wwwWWWWWWWWWwww-
|
||||||
|
-WWWWWWWWWWWWWWWWWWw-
|
||||||
|
\WWWWWWWWWWWWWWWWWWW-
|
||||||
|
_Ww `WWWWWWWWWWWWWWWWWWWw
|
||||||
|
-W${c2}E${c1}Www -WWWWWWWWW-
|
||||||
|
_WW${c2}U${c1}WWWW- _WWWWWWWW
|
||||||
|
_WW${c2}R${c1}WWWWWWWWWWWWWWWWWWWWWWWWWWWWWW-
|
||||||
|
wWW${c2}O${c1}WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
|
||||||
|
WWW${c2}L${c1}WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWw
|
||||||
|
WWW${c2}I${c1}WWWWWWWWWWWWWWWWWWWWWWWWWWWWww-
|
||||||
|
wWW${c2}N${c1}WWWWw
|
||||||
|
WW${c2}U${c1}WWWWWWw
|
||||||
|
wW${c2}X${c1}WWWWWWWWww
|
||||||
|
wWWWWWWWWWWWWWWWw
|
||||||
|
wWWWWWWWWWWWWWWWw
|
||||||
|
WWWWWWWWWWWWWw
|
||||||
|
wWWWWWWWw
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Exherbo"*)
|
"Exherbo"*)
|
||||||
set_colors 4 7 1
|
set_colors 4 7 1
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue