[PR] dylanaraps/neofetch#2339 from RedFireSoftwareEntertainment - Added AZOS GNU/Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2339 Thanks to @RedFireSoftwareEntertainment Co-authored-by: RedFireSoftwareEntertainment <98542488+RedFireSoftwareEntertainment@users.noreply.github.com>
This commit is contained in:
commit
b87bb47502
1 changed files with 23 additions and 0 deletions
23
neofetch
23
neofetch
|
@ -7873,6 +7873,29 @@ ${c1} ${c2}##${c1}
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"azos"*)
|
||||||
|
set_colors 6 1
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} ////. ${c2} (((((
|
||||||
|
${c1} //////// ${c2} @((((((((
|
||||||
|
${c1} //////// ${c2} @((((((((
|
||||||
|
${c1} //////// /////// ${c2} ((((((( @((((((((
|
||||||
|
${c1} //////// ///////// ${c2} ((((((((( @((((((((
|
||||||
|
${c1} //////// ///////// ${c2} ((((((((( @((((((((
|
||||||
|
${c1} //////// ///////// ////// ${c2} (((((( ((((((((( @((((((((
|
||||||
|
${c1} //////// ///////// //////// ${c2} (((((((( ((((((((( @((((((((
|
||||||
|
${c1} //////// ///////// //////// ${c2} (((((((( ((((((((( @((((((((
|
||||||
|
${c1} //////// ///////// //////// ${c2} ((((((( ((((((((( @((((((((
|
||||||
|
${c1} //////// ///////// /// ${c2} ( ((((((((( @((((((((
|
||||||
|
${c1} //////// ///////// ${c2} ((((((((( @((((((((
|
||||||
|
${c1} //////// ///////// ${c2} &(((((((( @((((((((
|
||||||
|
${c1} //////// ////// ${c2} @(((( @((((((((
|
||||||
|
${c1} //////// ${c2} @((((((((
|
||||||
|
${c1} //////// ${c2} @((((((((
|
||||||
|
${c1} ///// ${c2} (((((
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Bedrock"*)
|
"Bedrock"*)
|
||||||
set_colors 8 7
|
set_colors 8 7
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue