File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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+
381402static 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 ,
You can’t perform that action at this time.
0 commit comments