forked from nakidai/mycfetch
1
0
Fork 0

Загрузить файлы в «/»

master
n8 2023-11-16 19:41:13 +03:00
parent e3b5e72581
commit fd095008ff
2 changed files with 13 additions and 2 deletions

View File

@ -35,4 +35,5 @@ List of arts
- `alt` Alt Linux logo
- `rammstein` - Rammstein logo
- `hellosystem` - helloSystem logo
- `phone` - Phone icon
- `phone` - Phone icon
- `youtube` - YouTube icon

View File

@ -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"
}
}
};
};