diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-13 17:10:02 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-14 10:44:40 +0200 |
| commit | 4eabd9372c0796e691c8cc947e86c7b05db7ac72 (patch) | |
| tree | 4a3d188ec5bf619fb3c58e0b0f462d04b47655a8 /src/cfetch.c | |
| parent | 9bfaf4dd363429757754d9934ca38fad4ef7dc0a (diff) | |
updated the readme.md with future things i would like to implement
Diffstat (limited to 'src/cfetch.c')
| -rw-r--r-- | src/cfetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
