Skip to content

Commit b7f4535

Browse files
committed
T2/SDE: upstreaming downstream's logo change
T2/SDE port of fastfetch applies two patches, improving the distribution's logo and adding alternative names. I see no point not having these upstream. Downstream's patches are found here: https://github.com/rxrbln/t2sde/tree/main/package/contrib/fastfetch
1 parent 5769791 commit b7f4535

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

src/logo/ascii/t2.txt

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
${c2}TTTTTTTTTT
2-
tt ${c1}222${c2}
3-
tt ${c1}2 2${c2}
4-
tt ${c1}2${c2}
5-
tt ${c1}2${c2}
6-
tt ${c1}22222${c2}
1+
$3
2+
//$2
3+
$3//$2
4+
$1TTTTTTTTTTTTTTT$2 $3//$2 $1..::$2 $4:-:.$2
5+
$4ttt$2 $3//$2 $1.::.$2 $4.:-:$2
6+
$4ttt$2 $3//$2 $1.:.$2 $4--$2
7+
$4ttt$2 $3//$2 $4:-:$2
8+
$4ttt$2 $3//$2 $4.:-:$2
9+
$4ttt$2 $3//$2 $4:-:.$2
10+
$4ttt$2 $3//$2 $4.--.$2
11+
$4ttt$2 $3//$2 $4.:-:$2
12+
$4ttt$2 $3//$2 $4...$2
13+
$4ttt$2 $3//$2
14+
$3//$2 $3.:::::::::::.$2
15+
$3//$2

src/logo/builtin.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4590,10 +4590,12 @@ static const FFlogo S[] = {
45904590
static const FFlogo T[] = {
45914591
// T2
45924592
{
4593-
.names = {"T2"},
4593+
.names = {"T2", "T2 SDE", "T2/Linux"},
45944594
.lines = FASTFETCH_DATATEXT_LOGO_T2,
45954595
.colors = {
4596+
FF_COLOR_FG_RED,
45964597
FF_COLOR_FG_WHITE,
4598+
FF_COLOR_FG_YELLOW,
45974599
FF_COLOR_FG_BLUE,
45984600
},
45994601
},

0 commit comments

Comments
 (0)