Skip to content

Commit 22c4620

Browse files
committed
Logo (Builtin): adds Azure Linux
Fixes #2435
1 parent 81738aa commit 22c4620

3 files changed

Lines changed: 57 additions & 0 deletions

File tree

src/logo/ascii/a.inc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,31 @@ static const FFlogo A[] = {
876876
},
877877
},
878878
#endif
879+
#ifdef FASTFETCH_DATATEXT_LOGO_AZURELINUX
880+
// AzureLinux
881+
{
882+
.names = { "AzureLinux" },
883+
.lines = FASTFETCH_DATATEXT_LOGO_AZURELINUX,
884+
.colors = {
885+
FF_COLOR_FG_GREEN,
886+
FF_COLOR_FG_BLUE,
887+
FF_COLOR_FG_WHITE, // konsole...
888+
},
889+
},
890+
#endif
891+
#ifdef FASTFETCH_DATATEXT_LOGO_AZURELINUX2
892+
// AzureLinux2
893+
{
894+
.names = { "AzureLinux2" },
895+
.type = FF_LOGO_LINE_TYPE_ALTER_BIT,
896+
.lines = FASTFETCH_DATATEXT_LOGO_AZURELINUX2,
897+
.colors = {
898+
FF_COLOR_FG_GREEN,
899+
FF_COLOR_FG_BLUE,
900+
FF_COLOR_FG_WHITE, // konsole...
901+
},
902+
},
903+
#endif
879904
// LAST
880905
{},
881906
};

src/logo/ascii/a/azurelinux.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
$1_((((((((((_
2+
$1_(((((((((($2/////////
3+
$1_((((((($2////////////
4+
$1_(((((($2/////////////
5+
$1_(((((($2/////////////
6+
$1_((((((($2\\\\\\\\\\\\\
7+
$1_((((((((($2\\\\\\\\\\\\\
8+
$1_((((((($3.........$2\\\\\\\\
9+
$1_((((($3...............$2\\\\\\
10+
$1_((((($3..................$2\\\\\
11+
$1_((((($3.....................$2\\\\
12+
$1_((((($3.......................$2\\\\
13+
$1_((((($3.........................$2\\\\
14+
$1_((((($3...........................$2\\\
15+
$1_((((($3.............................$2\\
16+
$1_(((($3................................$2\

src/logo/ascii/a/azurelinux2.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
$1############
2+
$1###########$2@@@@@@@@@
3+
$1########$2@@@@@@@@@@@@
4+
$1#######$2@@@@@@@@@@@@@
5+
$1#######$2@@@@@@@@@@@@@
6+
$1########$2@@@@@@@@@@@@@
7+
$1##########$2@@@@@@@@@@@@@
8+
$1########$3&&&&&&&&&$2@@@@@@@@
9+
$1######$3&&&&&&&&&&&&&&&$2@@@@@@
10+
$1######$3&&&&&&&&&&&&&&&&&&$2@@@@@
11+
$1######$3&&&&&&&&&&&&&&&&&&&&&$2@@@@
12+
$1######$3&&&&&&&&&&&&&&&&&&&&&&&$2@@@@
13+
$1######$3&&&&&&&&&&&&&&&&&&&&&&&&&$2@@@@
14+
$1######$3&&&&&&&&&&&&&&&&&&&&&&&&&&&$2@@@
15+
$1######$3&&&&&&&&&&&&&&&&&&&&&&&&&&&&&$2@@
16+
$1#####$3&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&$2@

0 commit comments

Comments
 (0)