mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Builtin): add void2
Ported from hyfetch
This commit is contained in:
@@ -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 '|||||||||||:... ...:||||.
|
||||
':||||||||||||||||||||||||||.
|
||||
':|||||||||||||||||||||||''
|
||||
'':||||||||||||||:''
|
||||
''''''
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user