From 83a2bd968c81e94ae7121d30a6f6dd86f4cb587d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 12 May 2016 20:21:27 +1000 Subject: [PATCH] DragonFly BSD ascii art --- ascii/distro/dragonfly | 20 ++++++++++++++++++++ neofetch | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 ascii/distro/dragonfly diff --git a/ascii/distro/dragonfly b/ascii/distro/dragonfly new file mode 100644 index 00000000..58b34fc1 --- /dev/null +++ b/ascii/distro/dragonfly @@ -0,0 +1,20 @@ +"\ + ${c1} | + ${c1} .-. + ${c3} ()${c1}I${c3}() + ${c1} \"==.__:-:__.==\" + ${c1}\"==.__/~|~\__.==\" + ${c1}\"==._( Y )_.==\" + ${c2}.-'~~\"\"~=--...,__${c1}\/|\/${c2}__,...--=~\"\"~~'-. +${c2}( ..=${c1}\\\\=${c1}/${c2}=.. ) + ${c2}\`'-. ,.-\"\`;${c1}/=\\\\${c2} ;\"-.,_ .-'\` + ${c2} \`~\"-=-~\` .-~\` ${c1}|=|${c2} \`~-. \`~-=-\"~\` + ${c2} .-~\` /${c1}|=|${c2}\ \`~-. + ${c2} .~\` / ${c1}|=|${c2} \ \`~. +${c2} .-~\` .' ${c1}|=|${c2} \\\\\`. \`~-. +${c2} (\` _,.-=\"\` ${c1} |=|${c2} \`\"=-.,_ \`) +${c2} \`~\"~\"\` ${c1} |=|${c2} \`\"~\"~\` + ${c1} /=\\\\ + ${c1} \\\=/ + ${c1} ^ +" diff --git a/neofetch b/neofetch index d9ef7afc..f71d6574 100755 --- a/neofetch +++ b/neofetch @@ -2471,6 +2471,10 @@ colors () { setcolors 7 1 3 ;; + "DragonFly"*) + setcolors 1 7 3 + ;; + "Red"*) setcolors 7 1 3 ascii_distro="redhat"