mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
Add two different styles. The old one is now called retro, and the new one, which is the default, is called fancy
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef __ASCII__
|
||||
#define __ASCII__
|
||||
|
||||
#define NUMBER_OF_LINES 20
|
||||
#define NUMBER_OF_LINES 19
|
||||
#define LINE_SIZE 62
|
||||
|
||||
#define AMD_ASCII \
|
||||
@@ -23,7 +23,6 @@
|
||||
\
|
||||
\
|
||||
\
|
||||
\
|
||||
"
|
||||
|
||||
#define INTEL_ASCII \
|
||||
@@ -45,7 +44,6 @@
|
||||
#### #### \
|
||||
##### ########## \
|
||||
########## ################ \
|
||||
############################### \
|
||||
"
|
||||
############################### "
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user