Skip to content

Commit 50d3d4c

Browse files
Merge pull request #220 from sirlucjan/patch-1
Add CachyOS small logo
2 parents 952989c + df04803 commit 50d3d4c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/logo/builtin.c

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,27 @@ static const FFlogo* getLogoCachyOS()
378378
FF_LOGO_RETURN
379379
}
380380

381+
static const FFlogo* getLogoCachyOSSmall()
382+
{
383+
FF_LOGO_INIT
384+
FF_LOGO_NAMES("cachy_small", "cachyos_small", "cachy-linux-small", "cachyos-linux-small")
385+
FF_LOGO_LINES(
386+
" /''''''''''''/\n"
387+
" /''''''''''''/\n"
388+
" /''''''/\n"
389+
"/''''''/\n"
390+
"\\......\\\n"
391+
" \\......\\\n"
392+
" \\.............../\n"
393+
" \\............./\n"
394+
)
395+
FF_LOGO_COLORS(
396+
"36" //cyan
397+
)
398+
FF_LOGO_RETURN
399+
}
400+
401+
381402
static const FFlogo* getLogoCelOS()
382403
{
383404
FF_LOGO_INIT
@@ -1620,6 +1641,7 @@ GetLogoMethod* ffLogoBuiltinGetAll()
16201641
getLogoArtixSmall,
16211642
getLogoBedrock,
16221643
getLogoCachyOS,
1644+
getLogoCachyOSSmall,
16231645
getLogoCelOS,
16241646
getLogoCentOS,
16251647
getLogoCentOSSmall,

0 commit comments

Comments
 (0)