Logo (Builtin): adds Tumbleweed braille logo

This commit is contained in:
李通洲
2025-12-21 18:07:07 +08:00
parent b64b93fc4a
commit 34c0bf58cb
2 changed files with 30 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
⣀⣤⣤⣶⣶⣶⣶⣶⣤⣄⡀
⣠⣾⣿⣿⡿⠿⠛⠛⣿⣿⣿⣿⣿⣶⣄
⢠⣾⣿⣿⠛⠁ ⣿⣿⣿⠉⠻⣿⣿⣦
⢀⣿⣿⡿⠁ ⣿⣿⣿ ⠙⣿⣿⣧
⢸⣿⣿⠃ ⣿⣿⣿ ⢹⣿⣿⡀
⢸⣿⣿⣤⣤⣤⣤⣤⣤⣤⣤⣿⣿⣿ ⢸⣿⣿⡇
⠘⣿⣿⣿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿ ⢸⣿⣿⡇
⠹⣿⣿⣷⡀ ⢸⣿⣿⡇
⠙⢿⣿⣿⣷⣤⣄⣀⣀⣀⣀⣀⣀⣀⣀⣸⣿⣿⣇⣀⣀⣀⣀⣀⣀⣀⣀
⠉⠻⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⡀
⠈⠉⠉⠉⠉⠉⠉⠉⠉⢹⣿⣿⡏⠉⠉⠉⠉⠉⠉⠉⠉⠙⠛⢿⣿⣿⣷⡀
⢸⣿⣿⡇ ⠈⢻⣿⣿⣆
⢸⣿⣿⡇ ⢰⣶⣶⣶⣶⣶⣶⣶⣶⣶⣿⣿⣿⡄
⢸⣿⣿⡇ ⢸⣿⣿⠛⠛⠛⠛⠛⠛⠛⠛⣿⣿⡇
⠘⣿⣿⡇ ⢸⣿⣿ ⢰⣿⣿⡇
⢻⣿⣿⡄ ⢸⣿⣿ ⢀⣾⣿⡿⠁
⢻⣿⣿⣦⣀⢸⣿⣿ ⢀⣴⣿⣿⡿⠁
⠙⢿⣿⣿⣿⣿⣿⣤⣴⣶⣾⣿⣿⡿⠋
⠈⠙⠻⠿⠿⠿⠿⠿⠛⠋⠁
+11
View File
@@ -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"},