From 4064f4340bb3263d0f4dceb749962aacb8efd733 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Jan 2017 10:36:17 +1100 Subject: [PATCH] OS: Added support for ArchBox. Closes #634 --- ascii/distro/archbox | 19 +++++++++++++++++++ neofetch | 5 +++++ 2 files changed, 24 insertions(+) create mode 100644 ascii/distro/archbox 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"