From 4eabd9372c0796e691c8cc947e86c7b05db7ac72 Mon Sep 17 00:00:00 2001 From: Anser Date: Thu, 13 Aug 2026 17:10:02 +0200 Subject: updated the readme.md with future things i would like to implement --- README.md | 9 +++++++++ src/cfetch.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d93a3..c56539a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,25 @@ # cfetch + ## Idea + - fastfetch / commiefetch in C - with emphasis on commiefetch, i want communism stuff but in C ! ## roadmap + - [x] 0.1.0: get some basic system information on the screen - [ ] 0.1.1: print out the ascii art with systeminformation - [ ] 0.1.2+: some more systeminformation plus print ascii art left of sys information +### future things... maybe + +- randomize the ascii art +- change the way one chooses the ascii art for easy change + ## Building / Installation ### Dependencies + - GCC compiler - GNU Make - Standard C libraries diff --git a/src/cfetch.c b/src/cfetch.c index 66d115d..e9f473d 100644 --- a/src/cfetch.c +++ b/src/cfetch.c @@ -21,7 +21,7 @@ int main(void) { system_info_t info = { 0 }; // set default artwork - int art_logo = 5; + int art_logo = 1; // set systeminformation // use // to uncomment or comment -- cgit v1.2.3