Skip to content

Commit

Permalink
MSYS2 logo
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDierheimer committed Aug 27, 2022
1 parent 873c7d9 commit 23bccc4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Title, Separator, OS, Host, Kernel, Uptime, Processes, Packages, Shell, Resoluti

##### Logos
```
AlmaLinux, Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, Debian, Devuan, Deepin, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, LangitKetujuh, Linux, Manjaro, Mint, NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Ubuntu, Void, Zorin
AlmaLinux, Alpine, Android, Arch, Arco, Artix, Bedrock, CachyOS, CentOS, Debian, Devuan, Deepin, Endeavour, Fedora, Garuda, Gentoo, KDE Neon, KISS, Kubuntu, LangitKetujuh, Linux, Manjaro, Mint, MSYS2 NixOS, OpenSUSE, OpenSUSE Tumbleweed, OpenSUSE LEAP, Pop!_OS, RebornOS, RedstarOS, Rocky, Rosa, Ubuntu, Void, Zorin
```
* Most of the logos have a small variant. Access it by appending _small to the logo name.
* Some logos have an old variant. Access it by appending _old to the logo name.
Expand Down
40 changes: 40 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,45 @@ static const FFlogo* getLogoMintOld()
FF_LOGO_RETURN
}

static const FFlogo* getLogoMsys2()
{
FF_LOGO_INIT
FF_LOGO_NAMES("msys2")
FF_LOGO_LINES(
"$2 ...\n"
" 5GB###GJ. !YPGGGG\n"
" 7@@@@@@@B. :G@@@@@@@\n"
" 7@@@@@@@@Y ~&@@@@@@@@$3YJYY5YY?L\n"
" $2!@@@@@@@@@@^ ^&@@@@@@@$3#PP555555PBY\n"
" $2~&@@@@@@@@@@? ^&@@@@@@$3#5YY5YYYYYYYY#7\n"
" $2^&@@@@@@@@@@@B :#@@@@@@@$3G5BBYGPYYYYYY#J\n"
" $2^#@@@&J#@@@@@@@~ .B@@@@@@@@@@@P $3?#YYYYYPB.\n"
" $2:#@@@@7 G@@@@@@@J P@@@#!&@@@@@@G$3.GGYYYYGB^\n"
" $2:#@@@@J Y@@@@@@@B 5@@@&:.&@@@@@@&$3BBYYY5B5.\n"
" $2:#@@@@Y !@@@@@@@@!Y@@@&~ .#@@@@@@$3GYYYYYBP JP~\n"
" $2:#@@@@P :&@@@@@@@@@@@&~ B@@@@@$3#5YYYYYPGPGPGG\n"
" $2^#@@@@G. P@@@@@@@@@@@! P@@@@$3GYYYYYYYYYYYYBY\n"
" $2^#@@@@B: ^@@@@@@@@@@7 !@@@$3#GGGGGGGPPPP5GB:\n"
" $2!&@@@@B: Y@@@@@@@@? P@@@@@@@@@&? $3^PY:\n"
" $27&@@@@5. P@@@@@@? P@@@@@@@@@B\n"
" Y@@@&P! 5@@@@7 7G@@@@@&P~\n"
".JJ?~: ^JY~ ^!5J!^:\n"
" $1:@P5#B. #G 7&^ :@P5#B.\n"
" !&P^. ?@~ #P !&P^. \n"
" .?BG! #G5@~ .?BG! \n"
" :.B@. 7@@5 :.B@.\n"
" !PYY5Y :&@^ !PYY5Y \n"
" ~@Y\n"
" !5:"
)
FF_LOGO_COLORS(
"35", //magenta
"37", //white
"31" //red
)
FF_LOGO_RETURN
}

static const FFlogo* getLogoNixOS()
{
FF_LOGO_INIT
Expand Down Expand Up @@ -1667,6 +1706,7 @@ GetLogoMethod* ffLogoBuiltinGetAll()
getLogoMint,
getLogoMintSmall,
getLogoMintOld,
getLogoMsys2,
getLogoNixOS,
getLogoNixOsOld,
getLogoNixOsSmall,
Expand Down

0 comments on commit 23bccc4

Please sign in to comment.