mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
🔥 add cachyos logo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user