Skip to content

Commit cbd9f72

Browse files
x-zvfCarterLi
andauthored
T2/SDE: upstreaming downstream's logo change (#1695)
* 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 The old logo has been renamed to "T2_small". * Fix ASCII art alignment in t2.txt --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
1 parent 29eaa35 commit cbd9f72

File tree

3 files changed

+33
-7
lines changed

3 files changed

+33
-7
lines changed

src/logo/ascii/t2.txt

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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//$2
3+
$1TTTTTTTTTTTTTTT$2 $3//$2 $1..::$2 $4:-:.$2
4+
$4ttt$2 $3//$2 $1.::.$2 $4.:-:$2
5+
$4ttt$2 $3//$2 $1.:.$2 $4--$2
6+
$4ttt$2 $3//$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
13+
$3//$2 $3.:::::::::::.$2
14+
$3//$2

src/logo/ascii/t2_small.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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}

src/logo/builtin.c

+13-1
Original file line numberDiff line numberDiff line change
@@ -4590,8 +4590,20 @@ 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,
4595+
.colors = {
4596+
FF_COLOR_FG_RED,
4597+
FF_COLOR_FG_WHITE,
4598+
FF_COLOR_FG_YELLOW,
4599+
FF_COLOR_FG_BLUE,
4600+
},
4601+
},
4602+
// T2Small
4603+
{
4604+
.names = {"T2_small", "T2 SDE_small", "T2/Linux_small"},
4605+
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
4606+
.lines = FASTFETCH_DATATEXT_LOGO_T2_SMALL,
45954607
.colors = {
45964608
FF_COLOR_FG_WHITE,
45974609
FF_COLOR_FG_BLUE,

0 commit comments

Comments
 (0)