fastfetch-cli / fastfetch

An actively maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
8.08k stars 349 forks source link

[FEAT] Added newline after modules print #989

Closed retrobit closed 1 month ago

retrobit commented 1 month ago

Be sure to read FAQ before submitting a new issue.

Wanted features:

Simply put, a newline to separate the fetch output from any shell greeting or the prompt would be nice. I figure it would be best in flashfetch.c after module printing, or in the call to init.cs ffFinish() right after.

Motivation:

It's purely subjective, but Neofetch had it (maybe two, actually) and it looks nice/it's easier to read. Examples of Neofetch output vs fastfetch output attached.

fastfetch Neofetch

CarterLi commented 1 month ago

Two options:

  1. Add a "break" at the end of config.jsonc
  2. Use fastfetch && echo
retrobit commented 1 month ago

Thanks! I hadn't considered the configuration file solution; I did want to avoid an echo as it seemed less clean.

retrobit commented 1 month ago

Configuration solution worked perfectly