We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab86a8 commit e427a51Copy full SHA for e427a51
src/logo/ascii/steamdeck_small.txt
@@ -0,0 +1,5 @@
1
+ $2__
2
+ \
3
+$1## $2\
4
+$1## $2/
5
+ __/
src/logo/builtin.c
@@ -4158,6 +4158,17 @@ static const FFlogo S[] = {
4158
.colorKeys = FF_COLOR_FG_BLUE,
4159
.colorTitle = FF_COLOR_FG_BLUE,
4160
},
4161
+ // Steam Deck Small
4162
+ {
4163
+ .names = {"SteamDeck_small"},
4164
+ .lines = FASTFETCH_DATATEXT_LOGO_STEAMDECK_SMALL,
4165
+ .colors = {
4166
+ FF_COLOR_FG_BLUE,
4167
+ FF_COLOR_FG_WHITE
4168
+ },
4169
+ .colorKeys = FF_COLOR_FG_BLUE,
4170
+ .colorTitle = FF_COLOR_FG_BLUE,
4171
4172
// Steam Deck OLED
4173
{
4174
.names = {"SteamDeckOled"},
0 commit comments