diff --git a/config.h b/config.h index 97e5c3c..471d238 100644 --- a/config.h +++ b/config.h @@ -194,5 +194,23 @@ struct art_entry arts[] = { " \\______/" // PIZDEEEEC BLYAT } + }, + { "alt", + { + "\e[0;33m|‾‾‾‾‾‾‾‾‾|\e[0;37m", + "\e[0;33m| \e[0;30mo o \e[0;33m|\e[0;37m", + "\e[0;30mAlt 0 0 \e[0;33m|\e[0;37m", + "\e[0;33m|___\e[0;30mLinux\e[0;33m_|\e[0;37m" + } + }, + { "rammstein", + { + "\e[0;30m |‾‾‾‾|\e[0;37m ", + "\e[0;30m|‾ ‾\\ ‾|\e[0;37m", + "\e[0;30m|_ _\\ _|\e[0;37m", + "\e[0;30m |____|\e[0;37m " + } } }; + + diff --git a/hiscfetch b/hiscfetch index 844caef..d5972b8 100644 Binary files a/hiscfetch and b/hiscfetch differ