From 9933280db5a2e22920fbd982c62316f3b7a391e4 Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Sun, 14 Mar 2021 15:29:36 +0100 Subject: [PATCH] Renamed pop os image. --- res/{popos.png => pop.png} | Bin uwufetch.c | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename res/{popos.png => pop.png} (100%) diff --git a/res/popos.png b/res/pop.png similarity index 100% rename from res/popos.png rename to res/pop.png diff --git a/uwufetch.c b/uwufetch.c index 2c58c44..ec69ea9 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -285,14 +285,14 @@ void print_ascii() { // prints logo (as ascii art) of the given system. distribu " \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n" " \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n" " \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n"); - } else if (strcasecmp(version_name, "linuxmint") == 0) { + } else if (strcmp(version_name, "linuxmint") == 0) { printf( "\033[2E\033[4C%s__/\\____/\\.\n" " |%s.--. %s|\n" " %s, %s¯| %s| UwU| %s|\n" " %s|| %s| %s| | %s|\n" " %s | %s| %s---- %s|\n" " %s --%s'--------'\n\n",GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN); - } else if (strcasecmp(version_name, "pop") == 0) { + } else if (strcmp(version_name, "pop") == 0) { printf("\033[2E\033[6C%s|\\.-----./|\n" " |/ \\|\n" " | > < |\n"