diff --git a/src/common/logo.c b/src/common/logo.c index 792d25764..f997a2468 100644 --- a/src/common/logo.c +++ b/src/common/logo.c @@ -230,6 +230,42 @@ static const FFlogo* getLogoArcoLinux() FF_LOGO_RETURN } +static const FFlogo* getLogoCachyOS() +{ + FF_LOGO_INIT + FF_LOGO_NAMES("cachyos", "cachyos-linux") + FF_LOGO_LINES( + "$1 $3.$1-------------------------: \n" + "$1 .$2+=$1========================. \n" + "$1 :$2++$1===$2++===$1===============- :$2++$1- \n" + "$1 :$2*++$1====$2+++++==$1===========- .==: \n" + "$1 -$2*+++$1=====$2+***++=$1=========: \n" + "$1 =$2*++++=$1=======------------: \n" + "$1 =$2*+++++=$1====- $3...$1 \n" + "$1 .$2+*+++++$1=-===: .$2=+++=$1: \n" + "$1 :$2++++$1=====-==: -***$2**$1+ \n" + "$1 :$2++=$1=======-=. .=+**+$3.$1 \n" + "$1.$2+$1==========-. $3.$1 \n" + "$1 :$2+++++++$1====- $3.$1--==-$3.$1 \n" + "$1 :$2++$1==========. $3:$2+++++++$1$3: \n" + "$1 .-===========. =*****+*+ \n" + "$1 .-===========: .+*****+: \n" + "$1 -=======$2++++$1:::::::::::::::::::::::::-: $3.$1---: \n" + "$1 :======$2++++$1====$2+++******************=. \n" + "$1 :=====$2+++$1==========$2++++++++++++++*- \n" + "$1 .====$2++$1==============$2++++++++++*- \n" + "$1 .===$2+$1==================$2+++++++: \n" + "$1 .-=======================$2+++: \n" + "$1 $3.........................." + ) + FF_LOGO_COLORS( + "36", //cyan + "32", //green + "30" //black + ) + FF_LOGO_RETURN +} + static const FFlogo* getLogoCelOS() { FF_LOGO_INIT @@ -821,6 +857,7 @@ static GetLogoMethod* getLogoMethods() getLogoArcoLinux, getLogoArtix, getLogoArtixSmall, + getLogoCachyOS, getLogoCelOS, getLogoCentOS, getLogoCentOSSmall,