diff --git a/src/logo/ascii/eshanizedos.txt b/src/logo/ascii/eshanizedos.txt new file mode 100644 index 000000000..26ec7422a --- /dev/null +++ b/src/logo/ascii/eshanizedos.txt @@ -0,0 +1,27 @@ + .:-==++++++++++++++++++++++-. + .:=+##############################+ + .=*###################################- + :+######################################: + :+######################################*- + .+#############*+--:::::::::::::::::::::. + :*##########*=: + -###########= + :##########+. + *#########= + =*********+ .::::::::::::::::. + **********. -*###################+: +:********** =#######################= +-*********+ +************************ +:*********+ :***********************: +.********** .=******************+- + +*********- + .**********. + =**********: + +**********=. + =***********=: + -*************+-. + :+****************+++++++++++++++++++++==: + :+**************************************+. + -+************************************- + .-+*********************************. + :-==+*************************=. diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 9e80422f3..62d141fd1 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -1348,6 +1348,15 @@ static const FFlogo E[] = { .colorKeys = FF_COLOR_FG_WHITE, .colorTitle = FF_COLOR_FG_WHITE, }, + // EshanizedOS + { + .names = {"EshanizedOS"}, + .lines = FASTFETCH_DATATEXT_LOGO_ESHANIZEDOS, + .colors = { + FF_COLOR_FG_RED, + FF_COLOR_FG_WHITE, + }, + }, // EuroLinux { .names = {"EuroLinux"},