mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
[v0.99] New, shorter IBM logo
This commit is contained in:
@@ -156,28 +156,18 @@ $C2 "
|
||||
\
|
||||
"
|
||||
|
||||
// jp2a --height=17 ibm.jpg
|
||||
// jp2a --width=50 ibm.jpg
|
||||
#define ASCII_IBM \
|
||||
" \
|
||||
\
|
||||
\
|
||||
############ ################ ########## ########## \
|
||||
\
|
||||
############ ################## ############ ############ \
|
||||
\
|
||||
###### ###### ###### #################### \
|
||||
\
|
||||
###### ############## #################### \
|
||||
\
|
||||
###### ###### ###### ##### ###### ##### \
|
||||
\
|
||||
############ ################## ######### #### ######### \
|
||||
\
|
||||
############ ################ ######### ## ######### \
|
||||
\
|
||||
\
|
||||
"
|
||||
|
||||
"$C1########## ############# ####### ####### \
|
||||
$C1########## ############## ###### ###### \
|
||||
$C1########## ############### ####### ####### \
|
||||
$C1 #### #### #### ######## ######## \
|
||||
$C1 #### ########### ################# \
|
||||
$C1 #### ########### ################# \
|
||||
$C1 #### #### ##### #### ####### #### \
|
||||
$C1########## ############### ###### ##### ###### \
|
||||
$C1########## ############## ###### ### ###### \
|
||||
$C1########## ############# ###### # ###### "
|
||||
|
||||
#define ASCII_UNKNOWN \
|
||||
" \
|
||||
@@ -210,7 +200,7 @@ static struct ascii_logo logo_exynos = { ASCII_EXYNOS, 22, 13, {COLOR_BLUE,
|
||||
static struct ascii_logo logo_kirin = { ASCII_KIRIN, 53, 12, {COLOR_RED}, {COLOR_WHITE, COLOR_RED} };
|
||||
static struct ascii_logo logo_broadcom = { ASCII_BROADCOM, 44, 19, {COLOR_WHITE, COLOR_RED}, {COLOR_WHITE, COLOR_RED} };
|
||||
static struct ascii_logo logo_arm = { ASCII_ARM, 62, 19, {COLOR_CYAN}, {COLOR_WHITE, COLOR_CYAN} };
|
||||
static struct ascii_logo logo_ibm = { ASCII_IBM, 62, 19, {COLOR_CYAN, COLOR_WHITE}, {COLOR_CYAN, COLOR_WHITE}, };
|
||||
static struct ascii_logo logo_ibm = { ASCII_IBM, 50, 10, {COLOR_CYAN, COLOR_WHITE}, {COLOR_CYAN, COLOR_WHITE}, };
|
||||
static struct ascii_logo logo_unknown = { ASCII_UNKNOWN, 62, 19, {COLOR_BLUE}, {COLOR_BLUE} };
|
||||
|
||||
static struct ascii_logo* ASCII_ARRAY [] = {
|
||||
|
||||
Reference in New Issue
Block a user