Logo (Builtin): add azos

Ref: https://github.com/dylanaraps/neofetch/pull/2339
This commit is contained in:
李通洲
2023-10-27 22:22:09 +08:00
parent dd3109cd89
commit bfe1265c44
3 changed files with 27 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ Logos:
* Add Black Mesa
* Add cycledream
* Add Evolinx
* Add azos
# 2.1.2
+17
View File
@@ -0,0 +1,17 @@
${c1} ////. ${c2} (((((
${c1}//////// ${c2} @((((((((
${c1}//////// ${c2} @((((((((
${c1}//////// /////// ${c2} ((((((( @((((((((
${c1}//////// ///////// ${c2} ((((((((( @((((((((
${c1}//////// ///////// ${c2} ((((((((( @((((((((
${c1}//////// ///////// ////// ${c2} (((((( ((((((((( @((((((((
${c1}//////// ///////// //////// ${c2} (((((((( ((((((((( @((((((((
${c1}//////// ///////// //////// ${c2} (((((((( ((((((((( @((((((((
${c1}//////// ///////// //////// ${c2} ((((((( ((((((((( @((((((((
${c1}//////// ///////// /// ${c2} ( ((((((((( @((((((((
${c1}//////// ///////// ${c2} ((((((((( @((((((((
${c1}//////// ///////// ${c2} &(((((((( @((((((((
${c1}//////// ////// ${c2} @(((( @((((((((
${c1}//////// ${c2} @((((((((
${c1}//////// ${c2} @((((((((
${c1} ///// ${c2} (((((
+9
View File
@@ -524,6 +524,15 @@ static const FFlogo A[] = {
.colorKeys = FF_COLOR_FG_YELLOW,
.colorTitle = FF_COLOR_FG_WHITE,
},
// Azos
{
.names = {"Azos"},
.lines = FASTFETCH_DATATEXT_LOGO_AZOS,
.colors = {
FF_COLOR_FG_CYAN,
FF_COLOR_FG_RED,
}
},
// LAST
{},
};