From c72fdab3018a99ea19e24c0ad935bbd77deb32e3 Mon Sep 17 00:00:00 2001 From: CuerdOS <134963245+CuerdOS@users.noreply.github.com> Date: Tue, 21 May 2024 12:51:48 +0200 Subject: [PATCH] Logo (Builtin): Added CuerdOS support (#954) * Added CuerdOS support * Update os_linux.c * Update os_linux.c --------- Co-authored-by: Carter Li --- src/logo/ascii/cuerdos.txt | 13 +++++++++++++ src/logo/builtin.c | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/logo/ascii/cuerdos.txt diff --git a/src/logo/ascii/cuerdos.txt b/src/logo/ascii/cuerdos.txt new file mode 100644 index 000000000..deb56dc6a --- /dev/null +++ b/src/logo/ascii/cuerdos.txt @@ -0,0 +1,13 @@ + ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⡀ +⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣶⣾⣿⣿⣿⣶⣦⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣶⣿⣿⣿⡇ +⠀⠀⡄⢀⣤⣤⣤⣤⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⣤⣤⣤⣤⣤⣄⠀⣿⣿⣿⣿⣿⡇ +⠀⠀⡇⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿⣿⣿⠁ +⠀⠀⣧⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃ +⠀⠀⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁ +⠀⠀⡇⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠋⠁ +⠀⠀⠇⠘⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠿⠿⠿⠿⠿⠛⠛⠋⠉ +⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⡇ +⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉ +____________________________________ +| Optimizado hasta el último pixel | +************************************ diff --git a/src/logo/builtin.c b/src/logo/builtin.c index bcc2549bb..d21793083 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -1066,6 +1066,17 @@ static const FFlogo C[] = { .colorKeys = FF_COLOR_FG_GREEN, .colorTitle = FF_COLOR_FG_YELLOW, }, + // CuerdOS + { + .names = {"CuerdOS", "CuerdOS GNU/Linux"}, + .lines = FASTFETCH_DATATEXT_LOGO_CUERDOS, + .colors = { + FF_COLOR_FG_YELLOW, + FF_COLOR_FG_GREEN, + }, + .colorKeys = FF_COLOR_FG_GREEN, + .colorTitle = FF_COLOR_FG_YELLOW, + }, // CutefishOS { .names = {"CutefishOS"},