An open API service indexing awesome lists of open source software.

https://github.com/jmaczan/neofetchlive

🎛️ Run neofetch every N seconds
https://github.com/jmaczan/neofetchlive

bash cli command-line linux monitoring neofetch shell-script terminal

Last synced: 2 months ago
JSON representation

🎛️ Run neofetch every N seconds

Awesome Lists containing this project

README

          

neofetchlive logo

# `neofetchlive`

Run `neofetch` every N seconds (default 10)

## tl;dr
- Runs in terminal
- Requires `neofetch`
- It's a `bash` script
- Run with argument `./neofetchlive 5` to update each 5 seconds or without it `./neofetchlive` to run each 10 seconds

## Usage
- Install `neofetch`
- Download `neofetchlive`
- Make it executable `chmod +x neofetchlive`
- Run `./neofetchlive` in folder with script
- Optionally you can add path to `neofetchlive` to the `$PATH` variable in order to run it from anywhere in the system
- Exit using `Ctrl+C` keys combination

Credits to [Dylan](https://github.com/dylanaraps) and [contributors](https://github.com/dylanaraps/neofetch/graphs/contributors) for creating [`neofetch`](https://github.com/dylanaraps/neofetch).