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.
|
||||
case $(trim "$ascii_distro") in
|
||||
"Adélie"*)
|
||||
set_colors 4 6 12 14
|
||||
"Adélie"* | "Adelie"*)
|
||||
set_colors 4 7 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} ///\\\\\\\\\\>
|
||||
/\\\\\\///
|
||||
refined. /\\\\\\\\//
|
||||
reliable. /\\\\\\///
|
||||
ready. /\\\\/////\\
|
||||
${c1} ${c3} ,-^-___
|
||||
${c3} /\\\\\\///
|
||||
${c2}refined.${c1} /\\\\\\\\//
|
||||
${c2}reliable.${c1} /\\\\\\///
|
||||
${c2}ready.${c1} /\\\\/////\\
|
||||
__///\\\\\\\\/////\\
|
||||
_//////\\\\\\\\\\\\\\////
|
||||
///////\\\\\\\\\\\\\\\\\\\\//
|
||||
//////\\\\\\\\\\/
|
||||
${c3} _//////\\\\\\\\\\\\\\////
|
||||
${c1} ///////${c3}\\\\\\\\\\\\\\\\\\\\//
|
||||
//////${c1}\\\\\\\\\\/
|
||||
/////\\\\\\\\\\/
|
||||
/////\\\\\\\\/
|
||||
/////${c3}\\\\\\\\/
|
||||
/\\\\///\\\\\\/
|
||||
/\\\\\\/\\\/
|
||||
/\\\\\\/${c1}\\\/
|
||||
/\\\\\\\\//
|
||||
//////
|
||||
/// \\\\\\\\\\
|
||||
/// ${c3}\\\\\\\\\\
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue