mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Builtin): add azos
Ref: https://github.com/dylanaraps/neofetch/pull/2339
This commit is contained in:
@@ -27,6 +27,7 @@ Logos:
|
||||
* Add Black Mesa
|
||||
* Add cycledream
|
||||
* Add Evolinx
|
||||
* Add azos
|
||||
|
||||
# 2.1.2
|
||||
|
||||
|
||||
@@ -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} (((((
|
||||
@@ -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
|
||||
{},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user