diff options
Diffstat (limited to 'src/cfetch.c')
| -rw-r--r-- | src/cfetch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cfetch.c b/src/cfetch.c index 1a71f2c..caabbc9 100644 --- a/src/cfetch.c +++ b/src/cfetch.c @@ -21,14 +21,14 @@ int main(void) { system_info_t info = { 0 }; // set default artwork - int art_logo = 0; + int art_logo = 5; // set systeminformation // use // to uncomment or comment get_os(&info); get_memory(&info); get_cpu(&info); - //print_ascii_art(&info, art_logo); + print_ascii_art(&info, art_logo); return 0; } |
