Logo (Builtin): add void2

Ported from hyfetch
This commit is contained in:
Carter Li
2025-05-31 23:28:16 +08:00
parent 2f4146fde8
commit 2853bd15c0
2 changed files with 37 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
..........
.::::::::::::::::::..
..:::::::::::::::::::::::::.
'::::::::::::::::::::::::::::.
':::::'' '':::::::::::::.
$3 .. $1' '':::::::::.
$3 .||. $1':::::::::
$3 .|||||. $1'::::::::
$3 .|||||||: $1::::::::
$3 |||||||: $1.::::::::. ::::::::
$2 ######$3||||||' $2##^ v##########v$1::. $2##### #############v
$2 ######$3||||| $2##^ v####$1::::::$2####v$1::$2##### #####$1:::::$2#####
$2 ######$3||$2##^ #####$1::::::$2#####$1::$2##### #####$1:::::$2######
$2 ######^$3|| $2#####$1:::::$2####^$1::$2##### #####$1:::::$2#####^
$2 ##^$3||||| $2^###########^$1:::$2##### ##############^
$3 |||||||: $1'::::::::' .::::::::
$3 '|||||||: $1.::::::::'
$3 '|||||||:. $1'::::::
$3 '||||||||:. $1':::
$3 ':|||||||||. . $1'
$3 '|||||||||||:... ...:||||.
':||||||||||||||||||||||||||.
':|||||||||||||||||||||||''
'':||||||||||||||:''
''''''
+12
View File
@@ -5124,6 +5124,18 @@ static const FFlogo V[] = {
.colorKeys = FF_COLOR_FG_DEFAULT,
.colorTitle = FF_COLOR_FG_GREEN,
},
// Void2
{
.names = {"void2"},
.lines = FASTFETCH_DATATEXT_LOGO_VOID2,
.colors = {
FF_COLOR_FG_YELLOW,
FF_COLOR_FG_DEFAULT,
FF_COLOR_FG_GREEN,
},
.colorKeys = FF_COLOR_FG_DEFAULT,
.colorTitle = FF_COLOR_FG_GREEN,
},
// Void2Small
{
.names = {"void2_small"},