diff --git a/src/logo/ascii/opensuse_tumbleweed2.txt b/src/logo/ascii/opensuse_tumbleweed2.txt new file mode 100644 index 000000000..953bd12f6 --- /dev/null +++ b/src/logo/ascii/opensuse_tumbleweed2.txt @@ -0,0 +1,19 @@ + ⣀⣤⣤⣶⣶⣶⣶⣶⣤⣄⡀ + ⣠⣾⣿⣿⡿⠿⠛⠛⣿⣿⣿⣿⣿⣶⣄ + ⢠⣾⣿⣿⠛⠁ ⣿⣿⣿⠉⠻⣿⣿⣦ +⢀⣿⣿⡿⠁ ⣿⣿⣿ ⠙⣿⣿⣧ +⢸⣿⣿⠃ ⣿⣿⣿ ⢹⣿⣿⡀ +⢸⣿⣿⣤⣤⣤⣤⣤⣤⣤⣤⣿⣿⣿ ⢸⣿⣿⡇ +⠘⣿⣿⣿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿ ⢸⣿⣿⡇ + ⠹⣿⣿⣷⡀ ⢸⣿⣿⡇ + ⠙⢿⣿⣿⣷⣤⣄⣀⣀⣀⣀⣀⣀⣀⣀⣸⣿⣿⣇⣀⣀⣀⣀⣀⣀⣀⣀ + ⠉⠻⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⡀ + ⠈⠉⠉⠉⠉⠉⠉⠉⠉⢹⣿⣿⡏⠉⠉⠉⠉⠉⠉⠉⠉⠙⠛⢿⣿⣿⣷⡀ + ⢸⣿⣿⡇ ⠈⢻⣿⣿⣆ + ⢸⣿⣿⡇ ⢰⣶⣶⣶⣶⣶⣶⣶⣶⣶⣿⣿⣿⡄ + ⢸⣿⣿⡇ ⢸⣿⣿⠛⠛⠛⠛⠛⠛⠛⠛⣿⣿⡇ + ⠘⣿⣿⡇ ⢸⣿⣿ ⢰⣿⣿⡇ + ⢻⣿⣿⡄ ⢸⣿⣿ ⢀⣾⣿⡿⠁ + ⢻⣿⣿⣦⣀⢸⣿⣿ ⢀⣴⣿⣿⡿⠁ + ⠙⢿⣿⣿⣿⣿⣿⣤⣴⣶⣾⣿⣿⡿⠋ + ⠈⠙⠻⠿⠿⠿⠿⠿⠛⠋⠁ \ No newline at end of file diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 713a19503..ce573ac97 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -3611,6 +3611,17 @@ static const FFlogo O[] = { .colorKeys = FF_COLOR_FG_GREEN, .colorTitle = FF_COLOR_FG_GREEN, }, + // OpenSuseTumbleweed2 + { + .names = {"opensuse-tumbleweed2"}, + .lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_TUMBLEWEED2, + .type = FF_LOGO_LINE_TYPE_ALTER_BIT, + .colors = { + FF_COLOR_FG_DEFAULT, + }, + .colorKeys = FF_COLOR_FG_GREEN, + .colorTitle = FF_COLOR_FG_GREEN, + }, // openSUSESlowroll { .names = {"opensuse-slowroll", "opensuse-tumbleweed-slowroll"},