Updated uwuntu ascii logo.

This commit is contained in:
TheDarkBug 2021-03-09 10:17:04 +01:00
parent 07d2f287d0
commit 6d6e0406d8

View file

@ -249,13 +249,13 @@ 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"); " \e[0;42m \e[0m \e[0;42m \e[0m \e[0;42m \e[0m\n");
} else if (strcmp(version_name, "ubuntu") == 0) { } else if (strcmp(version_name, "ubuntu") == 0) {
sprintf(version_name, "%s", "Uwuntu"); sprintf(version_name, "%s", "UwUntu");
printf( "\033[1E\033[2C%s|\\ %s_ _ _O%s/|\n" printf( "\033[1E\033[9C%s_\n"
" %s/ \\\n" " %s\u25E3%s__(_)%s\u25E2%s\n"
" O| > w < |\n" " _/ --- \\\n"
" | |\n" " (_) |>w<| |\n"
" \\ _ _ _ /\n" " \\ --- _/\n"
" %sC_/ %sO\n\n\n", PINK, LPINK, PINK, LPINK, PINK, LPINK); " %sC__/%s---(_)\n\n\n", LPINK, PINK, LPINK, PINK, LPINK, PINK, LPINK);
} else if (strcmp(version_name, "android") == 0) { // android at the end because it could be not considered as an actual distribution of gnu/linux } else if (strcmp(version_name, "android") == 0) { // android at the end because it could be not considered as an actual distribution of gnu/linux
sprintf(version_name, "%s", "Nyandroid"); sprintf(version_name, "%s", "Nyandroid");
printf( "%s \n\\ _------_ /\n" printf( "%s \n\\ _------_ /\n"