diff --git a/ascii/distro/mac_small b/ascii/distro/mac_small new file mode 100644 index 00000000..24852ff1 --- /dev/null +++ b/ascii/distro/mac_small @@ -0,0 +1,8 @@ +${c1} .:' + _ :'_ +${c2} .'`_`-'_``. +:________.-' +${c3}:_______: +:_______: +${c4} :_______`-; +${c5} `._.-._.' diff --git a/neofetch b/neofetch index a99c3290..31c8011e 100755 --- a/neofetch +++ b/neofetch @@ -3187,6 +3187,11 @@ get_distro_colors() { ascii_file="lubuntu" ;; + "mac"*"_small") + set_colors 2 3 1 5 4 + ascii_file="mac_small" + ;; + "mac" | "Darwin") set_colors 2 3 1 1 5 4 ascii_file="mac"