Skip to content

Commit

Permalink
Logo (Builtin): add small Steam Deck
Browse files Browse the repository at this point in the history
Fix #1232
  • Loading branch information
CarterLi committed Sep 2, 2024
1 parent 1ab86a8 commit e427a51
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/logo/ascii/steamdeck_small.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$2__
\
$1## $2\
$1## $2/
__/
11 changes: 11 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -4158,6 +4158,17 @@ static const FFlogo S[] = {
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_BLUE,
},
// Steam Deck Small
{
.names = {"SteamDeck_small"},
.lines = FASTFETCH_DATATEXT_LOGO_STEAMDECK_SMALL,
.colors = {
FF_COLOR_FG_BLUE,
FF_COLOR_FG_WHITE
},
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_BLUE,
},
// Steam Deck OLED
{
.names = {"SteamDeckOled"},
Expand Down

0 comments on commit e427a51

Please sign in to comment.