Distro: Added support for MX and AntiX
This commit is contained in:
parent
f5ec1879a6
commit
b9e8d80ab3
3 changed files with 32 additions and 2 deletions
13
ascii/distro/antix
Normal file
13
ascii/distro/antix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
${c1}
|
||||||
|
\
|
||||||
|
, - ~ ^ ~ - \ /
|
||||||
|
, ' \ ' , /
|
||||||
|
, \ '/
|
||||||
|
, \ / ,
|
||||||
|
,___, \/ ,
|
||||||
|
/ | _ _ _|_ o /\ ,
|
||||||
|
|, | / |/ | | | / \ ,
|
||||||
|
\,_/\_/ | |_/|_/|_/_/ \,
|
||||||
|
, / ,\
|
||||||
|
, / , ' \
|
||||||
|
' - , _ _ _ , '
|
17
ascii/distro/mx
Normal file
17
ascii/distro/mx
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
${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} _ ____ __ _ _
|
||||||
|
| \\/ \\ \\/ / | | (_)_ __ _ ___ __
|
||||||
|
| |\\/| |\\ / | | | | '_ \\| | | \\ \\/ /
|
||||||
|
| | | |/ \\ | |___| | | | | |_| |> <
|
||||||
|
|_| |_/_/\\_\\ |_____|_|_| |_|\\__,_/_/\\_\\
|
||||||
|
|
4
neofetch
4
neofetch
|
@ -2453,7 +2453,7 @@ get_distro_colors() {
|
||||||
set_colors 2 1
|
set_colors 2 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"* | "BlankOn"* | "DracOS"* | "Peppermint"*)
|
"Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"* | "BlankOn"* | "DracOS"* | "Peppermint"* | "antiX"*)
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -2521,7 +2521,7 @@ get_distro_colors() {
|
||||||
ascii_distro="sparky"
|
ascii_distro="sparky"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"*)
|
"Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"* | "MX"*)
|
||||||
set_colors 4 6
|
set_colors 4 6
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue