From d195f0a76a3ce64761958f7d33ccbdbac3844fec Mon Sep 17 00:00:00 2001 From: Anser Date: Wed, 12 Aug 2026 00:47:59 +0200 Subject: trying to workout how to get the maxline width --- src/cfetch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cfetch.c') 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; } -- cgit v1.2.3