25.10.2021
neofetchlive: run neofetch every N seconds
If you're using neofetch, a command-line system information tool written in bash 3.2+, then you might want to see the output updated over the time.
I wrote small bash script that re-runs neofetch every N seconds. By default it's 10, but you can pass any number of seconds you want as a parameter.
For example, to see output every 5 seconds, simply run:
./neofetchlive 5
Documentation and code repository is available here: neofetchlive