From 66085c087e6e46c1008bba70d204eb248eebcb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sun, 22 Dec 2024 21:48:18 +0800 Subject: [PATCH] Logo (Builtin): add NurOS Fix #1456 --- src/logo/ascii/nuros.txt | 12 ++++++++++++ src/logo/builtin.c | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/logo/ascii/nuros.txt diff --git a/src/logo/ascii/nuros.txt b/src/logo/ascii/nuros.txt new file mode 100644 index 000000000..577b9c4d5 --- /dev/null +++ b/src/logo/ascii/nuros.txt @@ -0,0 +1,12 @@ + ___╓╓___ + _▄▄▓▓▀▀╜╜╨▀▓▓▓╗_ + ╓▓▓▀² `╙▓▓╖ + ╣▓▀ _▄▓▓▓▓▓▓W_ ╙▓▓ + ╣▓╜ ,▓▓▓▓▓▓▓▓▓▓▓▓_ ²▓▓ +╒▓▌ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ║▓m +╞▓▓ í▓▓▓▓▓▓▓▓▓▓▓▓▓▓h ╞▓╡ +²▓▓ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ║▓h + ║▓▄ ╙▓▓▓▓▓▓▓▓▓▓╜ ƒ▓▓ + ╙▓▓_ ⁿ╙╨╝╝╝╜² _╢▓╜ + ╙▓▓╗__ _╗▓▓╜ + `╙╝▓▓▓▓▓▓▓▓╝╙ \ No newline at end of file diff --git a/src/logo/builtin.c b/src/logo/builtin.c index a8271d6f5..44eb06b46 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -3086,6 +3086,15 @@ static const FFlogo N[] = { .colorKeys = FF_COLOR_FG_BLUE, .colorTitle = FF_COLOR_FG_WHITE, }, + // NurOS + { + .names = {"NurOS"}, + .lines = FASTFETCH_DATATEXT_LOGO_NUROS, + .colors = { + FF_COLOR_FG_BLUE, + FF_COLOR_FG_WHITE, + }, + }, // Nurunner { .names = {"Nurunner"},