diff --git a/README.md b/README.md index ddf4908..274b5fd 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,5 @@ List of arts - `alt` Alt Linux logo - `rammstein` - Rammstein logo - `hellosystem` - helloSystem logo -- `phone` - Phone icon \ No newline at end of file +- `phone` - Phone icon +- `youtube` - YouTube icon \ No newline at end of file diff --git a/config.h b/config.h index 11bd686..7e71eb5 100644 --- a/config.h +++ b/config.h @@ -226,5 +226,15 @@ struct art_entry arts[] = { "| | ", " \\__\\" } + }, + { "youtube", + { + "\e[0;31m/‾‾‾‾‾‾‾‾‾\\\e[0;37m", + "\e[0;31m| \e[0;37m|‾\\ \e[0;31m|\e[0;37m", + "\e[0;31m| \e[0;37m|_/ \e[0;31m|\e[0;37m", + "\e[0;31m\\_________/\e[0;37m" + } } -}; \ No newline at end of file +}; + +