diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-17 12:07:07 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-17 12:07:07 +0200 |
| commit | 86401d764e55dfa7d56e0d2f595f8c0519c41da9 (patch) | |
| tree | c005a4f2242ae721e44b47eef46641e869a95d96 /README.md | |
| parent | ab497e439d9c8c41d7f43998a7b782fe4720d856 (diff) | |
updated the README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -62,8 +62,17 @@ sudo make uninstall Run executable: ``` cfetch +cfetch -v --version // prints the version of cfetch +cfetch -h --help // prints the helper menu ``` +## Configuration + +at the current time all configuration is done via the `cfetch.c` file. +- change ascii art: manipulate `info.ascii_art` +- change infomation: comment the `get_<name>` functions. + - unconveniently one has to comment out the corrosponding printf statemant in `ascii.c` `print_system_info` function + ## Features - not much ! | Feature | Linux | |
