Merge pull request #119 from CachyOS/master

Add CachyOS logo support
This commit is contained in:
Linus Dierheimer
2022-01-12 01:52:15 +01:00
committed by GitHub
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ All categories not listed here should work without needing a specific implementa
##### Logos
```
Android, Arch, Arco, Artix, CentOS, Debian, Fedora, Garuda, Gentoo, Manjaro, Mint, Pop!_OS, Ubuntu, Void
Android, Arch, Arco, Artix, CachyOS, CentOS, Debian, Fedora, Garuda, Gentoo, Manjaro, Mint, Pop!_OS, Ubuntu, Void
```
* Most of the logos have a small variant. Access it by appending _small to the logo name.
* Some logos have an old variant. Access it by appending _old to the logo name.
+37
View File
@@ -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,