colourise Adélie Linux logo
This commit is contained in:
parent
b407bc0ea4
commit
9a5d8fb971
1 changed files with 13 additions and 13 deletions
26
neofetch
26
neofetch
|
@ -6856,25 +6856,25 @@ get_distro_ascii() {
|
||||||
#
|
#
|
||||||
# $ascii_distro is the same as $distro.
|
# $ascii_distro is the same as $distro.
|
||||||
case $(trim "$ascii_distro") in
|
case $(trim "$ascii_distro") in
|
||||||
"Adélie"*)
|
"Adélie"* | "Adelie"*)
|
||||||
set_colors 4 6 12 14
|
set_colors 4 7 6
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c1} ///\\\\\\\\\\>
|
${c1} ${c3} ,-^-___
|
||||||
/\\\\\\///
|
${c3} /\\\\\\///
|
||||||
refined. /\\\\\\\\//
|
${c2}refined.${c1} /\\\\\\\\//
|
||||||
reliable. /\\\\\\///
|
${c2}reliable.${c1} /\\\\\\///
|
||||||
ready. /\\\\/////\\
|
${c2}ready.${c1} /\\\\/////\\
|
||||||
__///\\\\\\\\/////\\
|
__///\\\\\\\\/////\\
|
||||||
_//////\\\\\\\\\\\\\\////
|
${c3} _//////\\\\\\\\\\\\\\////
|
||||||
///////\\\\\\\\\\\\\\\\\\\\//
|
${c1} ///////${c3}\\\\\\\\\\\\\\\\\\\\//
|
||||||
//////\\\\\\\\\\/
|
//////${c1}\\\\\\\\\\/
|
||||||
/////\\\\\\\\\\/
|
/////\\\\\\\\\\/
|
||||||
/////\\\\\\\\/
|
/////${c3}\\\\\\\\/
|
||||||
/\\\\///\\\\\\/
|
/\\\\///\\\\\\/
|
||||||
/\\\\\\/\\\/
|
/\\\\\\/${c1}\\\/
|
||||||
/\\\\\\\\//
|
/\\\\\\\\//
|
||||||
//////
|
//////
|
||||||
/// \\\\\\\\\\
|
/// ${c3}\\\\\\\\\\
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue