From 5a436bd8be9248e4f6c839bfa1f3b8acfba2a039 Mon Sep 17 00:00:00 2001 From: Kevin Lapointe <80723850+klpnt@users.noreply.github.com> Date: Thu, 1 Jul 2021 01:10:34 -0300 Subject: [PATCH] Added new small Fedora ASCII art (#1806) --- neofetch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/neofetch b/neofetch index 72357469..28da670c 100755 --- a/neofetch +++ b/neofetch @@ -7359,16 +7359,16 @@ EOF ;; "fedora_small") - set_colors 4 7 1 + set_colors 12 read -rd '' ascii_data <<'EOF' -${c2} _____ - / __)${c1}\\${c2} - | / ${c1}\\ \\${c2} - ${c1}__${c2}_| |_${c1}_/ /${c2} - ${c1}/ ${c2}(_ _)${c1}_/${c2} -${c1}/ /${c2} | | -${c1}\\ \\${c2}__/ | - ${c1}\\${c2}(_____/ +${c1} ...... + .' .. : + : : :.: + .....: :.. +.' ..:: ..: +: : : : +'. '...' .' + '.....' EOF ;;