Tip
I recommend you to checkout fastfetch as it has way more configuration options and is actively maintained. nFetch is not actively maintained, nor has it the same feature set as fastfetch.
⚡ nFetch is a dependency-free, fast system information fetching tool aiming for maximum customizability on peek performance
Answer is pretty simple: Speed. nFetch is nearly as customizable as neofetch and more features are to be expected. Speed comparison between neofetch and nFetch:
nFetch is approximately 98.53% faster than neofetch.
Config location is ~/.config/nfetch/nfetch.conf
See sample.nfetch.conf
for an example!
Use <tags>
to insert infos, colors and styles!
Infos
<os>
<distro>
<kernel>
<shell>
<wm>
<user>
<host>
<cpu>
<memory>
<disk>
<packages>
<flatpaks>
<time>
<uptime>
Foreground
<fg-red>
<fg-green>
<fg-blue>
<fg-yellow>
<fg-magenta>
<fg-cyan>
<fg-white>
<fg-black>
Background
<bg-red>
<bg-green>
<bg-blue>
<bg-yellow>
<bg-magenta>
<bg-cyan>
<bg-white>
<bg-black>
Styles
<bold>
<underline>
<blink>
<inverse>
<reset>
If you like this project and want to support me, please leave me a ⭐ on this repo. I would really appreciate it ❤️
Git clone:
# Clone the repo
git clone https://github.com/NeuroException/nfetch
# Navigate into it
cd nfetch
# Build the project
go build main.go
# Rename the outcome
mv main nfetch
# Install it system-wide
sudo mv nfetch /usr/bin