From b9e8d80ab3371d3d5b5b72bae5b0778a57cc293e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 20 Dec 2016 12:15:34 +1100 Subject: [PATCH] Distro: Added support for MX and AntiX --- ascii/distro/antix | 13 +++++++++++++ ascii/distro/mx | 17 +++++++++++++++++ neofetch | 4 ++-- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 ascii/distro/antix create mode 100644 ascii/distro/mx diff --git a/ascii/distro/antix b/ascii/distro/antix new file mode 100644 index 00000000..c383774e --- /dev/null +++ b/ascii/distro/antix @@ -0,0 +1,13 @@ +${c1} + \ + , - ~ ^ ~ - \ / + , ' \ ' , / + , \ '/ + , \ / , + ,___, \/ , + / | _ _ _|_ o /\ , +|, | / |/ | | | / \ , + \,_/\_/ | |_/|_/|_/_/ \, + , / ,\ + , / , ' \ + ' - , _ _ _ , ' diff --git a/ascii/distro/mx b/ascii/distro/mx new file mode 100644 index 00000000..f3ed3e05 --- /dev/null +++ b/ascii/distro/mx @@ -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} _ ____ __ _ _ +| \\/ \\ \\/ / | | (_)_ __ _ ___ __ +| |\\/| |\\ / | | | | '_ \\| | | \\ \\/ / +| | | |/ \\ | |___| | | | | |_| |> < +|_| |_/_/\\_\\ |_____|_|_| |_|\\__,_/_/\\_\\ + diff --git a/neofetch b/neofetch index 2f7f8018..1c95528b 100755 --- a/neofetch +++ b/neofetch @@ -2453,7 +2453,7 @@ get_distro_colors() { 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 ;; @@ -2521,7 +2521,7 @@ get_distro_colors() { ascii_distro="sparky" ;; - "Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"*) + "Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"* | "MX"*) set_colors 4 6 ;;