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>
This commit is contained in:
xzvf
2025-04-17 16:52:45 +02:00
committed by GitHub
parent 29eaa35f4c
commit cbd9f72bc8
3 changed files with 33 additions and 7 deletions
+14 -6
View File
@@ -1,6 +1,14 @@
${c2}TTTTTTTTTT
tt ${c1}222${c2}
tt ${c1}2 2${c2}
tt ${c1}2${c2}
tt ${c1}2${c2}
tt ${c1}22222${c2}
$3//$2
$3//$2
$1TTTTTTTTTTTTTTT$2 $3//$2 $1..::$2 $4:-:.$2
$4ttt$2 $3//$2 $1.::.$2 $4.:-:$2
$4ttt$2 $3//$2 $1.:.$2 $4--$2
$4ttt$2 $3//$2 $4:-:$2
$4ttt$2 $3//$2 $4.:-:$2
$4ttt$2 $3//$2 $4:-:.$2
$4ttt$2 $3//$2 $4.--.$2
$4ttt$2 $3//$2 $4.:-:$2
$4ttt$2 $3//$2 $4...$2
$4ttt$2 $3//$2
$3//$2 $3.:::::::::::.$2
$3//$2
+6
View File
@@ -0,0 +1,6 @@
${c2}TTTTTTTTTT
tt ${c1}222${c2}
tt ${c1}2 2${c2}
tt ${c1}2${c2}
tt ${c1}2${c2}
tt ${c1}22222${c2}
+13 -1
View File
@@ -4590,8 +4590,20 @@ static const FFlogo S[] = {
static const FFlogo T[] = {
// T2
{
.names = {"T2"},
.names = {"T2", "T2 SDE", "T2/Linux"},
.lines = FASTFETCH_DATATEXT_LOGO_T2,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_WHITE,
FF_COLOR_FG_YELLOW,
FF_COLOR_FG_BLUE,
},
},
// T2Small
{
.names = {"T2_small", "T2 SDE_small", "T2/Linux_small"},
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_T2_SMALL,
.colors = {
FF_COLOR_FG_WHITE,
FF_COLOR_FG_BLUE,