From fbadd43ad3e43124a16317235c313fd1fc42256f Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Thu, 18 Mar 2021 23:22:12 +0100 Subject: [PATCH] New ascii owosuse (I'm not an artist, so i created a minster), closed #44. --- res/opensuse.png => "res/\"opensuse-leap\".png" | Bin uwufetch.c | 12 ++++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) rename res/opensuse.png => "res/\"opensuse-leap\".png" (100%) diff --git a/res/opensuse.png "b/res/\"opensuse-leap\".png" similarity index 100% rename from res/opensuse.png rename to "res/\"opensuse-leap\".png" diff --git a/uwufetch.c b/uwufetch.c index 0455dfd..f4863d2 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -326,13 +326,21 @@ void print_ascii() { // prints logo (as ascii art) of the given system. distribu " %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 (strcmp(version_name, "\"opensuse-leap\"") == 0) { + printf("\033[2E\033[6C%s_______\n" + " ___| %s__%s \\\n" + " / %s/ o\\%s|\n" + " %s\\__/%s|\n" + " ______/\n" + " \\_______\n" + " \\_________/\n\n", GREEN, NORMAL, GREEN, NORMAL, GREEN, NORMAL, GREEN); } else if (strcmp(version_name, "pop") == 0) { printf("\033[2E\033[6C%s|\\.-----./|\n" " |/ \\|\n" " | > < |\n" " | %s~ %sP! %s~ %s|\n" "_ ---\\ w /\n" - " \\_/ '-----'\n\n", BLUE, LPINK, WHITE, LPINK, BLUE); + " \\_/ '-----'\n\n", BLUE, LPINK, WHITE, LPINK, BLUE); } else if (strcmp(version_name, "raspbian") == 0) { printf("\033[0E\033[6C%s__ __\n" " (_\\)(/_)\n" @@ -440,7 +448,7 @@ void uwu_name() { // changes distro name to uwufied(?) name else STRING_TO_UWU("\"manjaro-arm\"", "Myanjawo AWM"); else STRING_TO_UWU("neon", "KDE NeOwOn"); else STRING_TO_UWU("nixos", "nixOwOs"); - else STRING_TO_UWU("opensuse", "OwOpenSUSE"); + else STRING_TO_UWU("\"opensuse-leap\"", "OwOpenSUSE"); else STRING_TO_UWU("pop", "PopOwOS"); else STRING_TO_UWU("raspbian", "RaspNyan"); else STRING_TO_UWU("slackware", "Swackwawe");