Add CachyOS small logo

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski
2022-08-24 20:44:36 +02:00
parent 952989c1e8
commit df048035b5
+22
View File
@@ -378,6 +378,27 @@ static const FFlogo* getLogoCachyOS()
FF_LOGO_RETURN
}
static const FFlogo* getLogoCachyOSSmall()
{
FF_LOGO_INIT
FF_LOGO_NAMES("cachy_small", "cachyos_small", "cachy-linux-small", "cachyos-linux-small")
FF_LOGO_LINES(
" /''''''''''''/\n"
" /''''''''''''/\n"
" /''''''/\n"
"/''''''/\n"
"\\......\\\n"
" \\......\\\n"
" \\.............../\n"
" \\............./\n"
)
FF_LOGO_COLORS(
"36" //cyan
)
FF_LOGO_RETURN
}
static const FFlogo* getLogoCelOS()
{
FF_LOGO_INIT
@@ -1620,6 +1641,7 @@ GetLogoMethod* ffLogoBuiltinGetAll()
getLogoArtixSmall,
getLogoBedrock,
getLogoCachyOS,
getLogoCachyOSSmall,
getLogoCelOS,
getLogoCentOS,
getLogoCentOSSmall,