Skip to content

Commit 2853bd1

Browse files
committed
Logo (Builtin): add void2
Ported from hyfetch
1 parent 2f4146f commit 2853bd1

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

src/logo/ascii/void2.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
..........
2+
.::::::::::::::::::..
3+
..:::::::::::::::::::::::::.
4+
'::::::::::::::::::::::::::::.
5+
':::::'' '':::::::::::::.
6+
$3 .. $1' '':::::::::.
7+
$3 .||. $1':::::::::
8+
$3 .|||||. $1'::::::::
9+
$3 .|||||||: $1::::::::
10+
$3 |||||||: $1.::::::::. ::::::::
11+
$2 ######$3||||||' $2##^ v##########v$1::. $2##### #############v
12+
$2 ######$3||||| $2##^ v####$1::::::$2####v$1::$2##### #####$1:::::$2#####
13+
$2 ######$3||$2##^ #####$1::::::$2#####$1::$2##### #####$1:::::$2######
14+
$2 ######^$3|| $2#####$1:::::$2####^$1::$2##### #####$1:::::$2#####^
15+
$2 ##^$3||||| $2^###########^$1:::$2##### ##############^
16+
$3 |||||||: $1'::::::::' .::::::::
17+
$3 '|||||||: $1.::::::::'
18+
$3 '|||||||:. $1'::::::
19+
$3 '||||||||:. $1':::
20+
$3 ':|||||||||. . $1'
21+
$3 '|||||||||||:... ...:||||.
22+
':||||||||||||||||||||||||||.
23+
':|||||||||||||||||||||||''
24+
'':||||||||||||||:''
25+
''''''

src/logo/builtin.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5124,6 +5124,18 @@ static const FFlogo V[] = {
51245124
.colorKeys = FF_COLOR_FG_DEFAULT,
51255125
.colorTitle = FF_COLOR_FG_GREEN,
51265126
},
5127+
// Void2
5128+
{
5129+
.names = {"void2"},
5130+
.lines = FASTFETCH_DATATEXT_LOGO_VOID2,
5131+
.colors = {
5132+
FF_COLOR_FG_YELLOW,
5133+
FF_COLOR_FG_DEFAULT,
5134+
FF_COLOR_FG_GREEN,
5135+
},
5136+
.colorKeys = FF_COLOR_FG_DEFAULT,
5137+
.colorTitle = FF_COLOR_FG_GREEN,
5138+
},
51275139
// Void2Small
51285140
{
51295141
.names = {"void2_small"},

0 commit comments

Comments
 (0)