From a74aa5e02ca6d0f59b258fa61118590742dec73f Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Mon, 7 Jun 2021 13:00:17 +0200 Subject: [PATCH] Wrong mac os logo should be fixed (#81) --- uwufetch.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/uwufetch.c b/uwufetch.c index 2a28369..c75e7b3 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -802,10 +802,11 @@ void print_ascii() " .--``--.\n" "%s ww O\u03c9O w\n" "%s w w\n" - "%s w w\n" - "%s w w\n" - " www_-_www\n\n", - GREEN, YELLOW, RED, PINK, BLUE); + "%s w w\n", + GREEN, YELLOW, RED, PINK); + if (!show_pkgs) + printf("%s w w\n", BLUE); + printf("\n%s www_-_www\n\n", BLUE); } // Windows