mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
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:
+14
-6
@@ -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
|
||||
|
||||
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user