Modified Tux icon

This commit is contained in:
PK 2021-03-12 16:27:43 -06:00
parent 414c213302
commit af0f0f3db8

View file

@ -336,13 +336,13 @@ void print_ascii() { // prints logo (as ascii art) of the given system. distribu
" /-________-\\ \n\n", YELLOW, RED, YELLOW, WHITE, YELLOW, LPINK, WHITE, LPINK, YELLOW); " /-________-\\ \n\n", YELLOW, RED, YELLOW, WHITE, YELLOW, LPINK, WHITE, LPINK, YELLOW);
} }
else printf( "\033[0E\033[4C%s.--.\n" else printf( "\033[0E\033[2C%s._.--._.\n"
" |o_o |\n" " \\|>%s_%s< |/\n"
" |:_/ |\n" " |%s:_/%s |\n"
" // \\ \\\n" " // \\ \\ ?\n"
" (| | )\n" " (| | ) /\n"
" %s/'\\_ _/`\\\n" " %s/'\\_ _/`\\%s-\n"
" \\___)=(___/\n\n", WHITE, YELLOW); " %s\\___)=(___/\n\n", WHITE, YELLOW, WHITE, YELLOW, WHITE, YELLOW, WHITE, YELLOW);
} }
void print_image() { // prints logo (as an image) of the given system. distributions listed alphabetically. void print_image() { // prints logo (as an image) of the given system. distributions listed alphabetically.