diff --git a/CHANGELOG.md b/CHANGELOG.md index 975d4f8c0..5dd6d0ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ Bugfixes: * Various internal cleanups and optimizations Logos: -* Adds KibaOS, NebiOS, XJ380 and openRuyi +* Adds KibaOS, NebiOS, XJ380, openRuyi, Ximper * Fixes GNOME OS built-in logo detection (#2296) # 2.62.1 diff --git a/src/logo/ascii/ximper.txt b/src/logo/ascii/ximper.txt new file mode 100644 index 000000000..a80397532 --- /dev/null +++ b/src/logo/ascii/ximper.txt @@ -0,0 +1,13 @@ +$1 ⡹⣶⣄⡀ $2 $3 $4 ⣠⣶⠏⡀ +$1 ⣷⡘⣿⣿⣶⣤⣀ $2 $3 $4⢀⣠⣶⣿⣿⢋⣼⠁ +$1 ⣿⣷⡌⢿⣿⣿⣿⣷⣦⣄$2 $3 ⣠⣴⣾$4⣿⣿⣿⡿⢃⣾⣿ +$1 ⣿⣿⣿⣎⢻⣿⣿⣿⣿⣿$2⣿⣶⡄ ⢠⣶$3⣿⣿⣿⣿$4⣿⣿⡟⢡⣿⣿⣿ +$1 ⢸⣿⣿⣿⣦⠻⣿⣿⣿⣿$2⠟⣩⣾⡇⣷⣍$3⠻⣿⣿⣿$4⣿⠟⣰⣿⣿⣿⡏ +$1 ⠸⠟⣛⣋⣭⣦⡙⣿⢟⣵$2⣿⣿⣿⠇⣿⣿$3⣷⣬⡛⢿$4⢏⣴⣬⣝⣛⡻⠇ +$1 ⣠⣍⠻⠟⠛⠉⠁ ⠻⣿$2⣿⣿⣿⠤⣿⣿$3⣿⣿⠟ $4⠈⠉⠛⠻⠟⣫⣤ +$1 ⢀⣼⡿⡋⣠⠠⡀ ⠈$2⢛⣫⡇⣤⠨⣝$3⡛⠁ $4 ⣀⡄⣤⠙⠿⣧⡀ +$1 ⢀⠞⣡⠞⣼⣿⣧⢹⣶⡄⣤⣶⣾$2⣿⠋⣼⣿⣧⠙$3⣿⣷⣶⣄$4⢠⣾⡟⣼⣿⣧⠳⣌⠳⡀ +$1⢀⣡⠾⢋⣾⣿⠿⣋⣤⢻⡇⢿⣿⡟$2⣱⠑⠟⠛⠻⠂$3⣎⢻⣿⣿$4⢸⡟⣠⣙⠿⣿⣷⡙⠷⣌ +$1 ⢠⡾⢟⣡⣾⣿⣿⣆⠇⢸⢋⣾$2⣿⣷⣄ ⣠⣴$3⣿⣷⡹⣿$4⠸⣰⣿⣿⣷⣌⡛⢷⡄ +$1 ⠐⣫⣴⣿⠿⠿⠿⠿⠛⠂⠰⢿⣿$2⣿⠟⠁ ⠈⠛$3⢿⣿⣿⠆$4⠐⠛⠻⠿⠿⠿⣿⣦⣍ +$1 ⠉$2 $3 ⠉ $4 \ No newline at end of file diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 660aba1af..1775a6273 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -5650,6 +5650,17 @@ static const FFlogo X[] = { FF_COLOR_FG_RGB "255;242;0", }, }, + // Ximper + { + .names = { "Ximper" }, + .lines = FASTFETCH_DATATEXT_LOGO_XIMPER, + .colors = { + FF_COLOR_FG_256 "21", + FF_COLOR_FG_256 "57", + FF_COLOR_FG_256 "92", + FF_COLOR_FG_256 "128", + }, + }, // LAST {}, };