From 69f07aec8f46ed5ad346689eed21bde75a664983 Mon Sep 17 00:00:00 2001 From: CrackedMatter <81803926+CrackedMatter@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:25:12 +0200 Subject: [PATCH] Escape AmogOS backslashes --- neofetch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/neofetch b/neofetch index 927c03f50..fe349efc6 100755 --- a/neofetch +++ b/neofetch @@ -7278,24 +7278,24 @@ EOF set_colors 15 6 read -rd '' ascii_data <<'EOF' ${c1} ___________ - / \ - / ${c2}______${c1} \ - / ${c2}/ \${c1} \ - | ${c2}( )${c1} \ - / ${c2}\______/${c1} | + / \\ + / ${c2}______${c1} \\ + / ${c2}/ \\${c1} \\ + | ${c2}( )${c1} \\ + / ${c2}\\______/${c1} | | | - / \ + / \\ | | | | / | | | | _______ | - ____/ / \ | + ____/ / \\ | / | | | | / ____/ | - \_________/ / | - \ __/ - \_______/ + \\_________/ / | + \\ __/ + \\_______/ EOF ;;