mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Update Windows 11 ASCII
Reason being that the original ASCII art as shown in Windows Terminal has random portions using "*" and "(" as opposed to "/".
This commit is contained in:
+16
-16
@@ -1369,23 +1369,23 @@ static const FFlogo* getLogoWindows11()
|
||||
FF_LOGO_NAMES("Windows 11", "Windows Server 2022")
|
||||
FF_LOGO_LINES(
|
||||
"$1\n"
|
||||
",,**************/ ///////////////()\n"
|
||||
"****************/ ///////////////((\n"
|
||||
"***************// //////////////(((\n"
|
||||
"**************/// ////////////(((((\n"
|
||||
"************///// /////////((((((((\n"
|
||||
"*********//////// /////((((((((((((\n"
|
||||
"*******////////// ///((((((((((((((\n"
|
||||
"****///////////// (((((((((((((((((\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"\n"
|
||||
"/////////////(((( (((((((((((((((((\n"
|
||||
"////////////((((( (((((((((((((((((\n"
|
||||
"///////////(((((( (((((((((((((((((\n"
|
||||
"/////////(((((((( (((((((((((((((((\n"
|
||||
"///////(((((((((( (((((((((((((((((\n"
|
||||
"////((((((((((((( (((((((((((((((((\n"
|
||||
"((((((((((((((((( (((((((((((((((((\n"
|
||||
"((((((((((((((((( (((((((((((((((()"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////\n"
|
||||
"///////////////// /////////////////"
|
||||
)
|
||||
FF_LOGO_COLORS(
|
||||
"34" //blue
|
||||
|
||||
Reference in New Issue
Block a user