From fd095008ff1d6c4152b7e5426e68610134f7662f Mon Sep 17 00:00:00 2001 From: n8 Date: Thu, 16 Nov 2023 19:41:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- config.h | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) 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 +}; + +