diff --git a/ascii/distro/archbox b/ascii/distro/archbox new file mode 100644 index 00000000..a35a15c6 --- /dev/null +++ b/ascii/distro/archbox @@ -0,0 +1,19 @@ +${c1} ...:+oh/:::.. + ..-/oshhhhhh` `::::-. + .:/ohhhhhhhhhhhh` `-::::. + .+shhhhhhhhhhhhhhhhh` `.::-. + /`-:+shhhhhhhhhhhhhh` .-/+shh + / .:/ohhhhhhhhh` .:/ohhhhhhhh + / `-:+shhh` ..:+shhhhhhhhhhhh + / .:ohhhhhhhhhhhhhhhhhhh + / `hhhhhhhhhhhhhhhhhhhh + / `hhhhhhhhhhhhhhhhhhhh + / `hhhhhhhhhhhhhhhhhhhh + / `hhhhhhhhhhhhhhhhhhhh + / .+o+ `hhhhhhhhhhhhhhhhhhhh + / -hhhhh `hhhhhhhhhhhhhhhhhhhh + / ohhhhho `hhhhhhhhhhhhhhhhhhhh + /:::+`hhhhoos` `hhhhhhhhhhhhhhhhhs+` + `--/:` /: `hhhhhhhhhhhho/- + -/:. `hhhhhhs+:-` + ::::/ho/-` diff --git a/neofetch b/neofetch index 3fe0c33b..234c06e0 100755 --- a/neofetch +++ b/neofetch @@ -2677,6 +2677,11 @@ get_distro_colors() { ascii_file="arch_old" ;; + "ArchBox"*) + set_colors 2 7 1 + ascii_file="archbox" + ;; + "Arch"*) set_colors 4 4 7 1 ascii_file="arch"