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
- Host: GitHub
- URL: https://github.com/jmaczan/neofetchlive
- Owner: jmaczan
- License: gpl-2.0
- Created: 2022-09-08T20:22:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T12:53:37.000Z (almost 3 years ago)
- Last Synced: 2026-01-27T04:47:55.569Z (5 months ago)
- Topics: bash, cli, command-line, linux, monitoring, neofetch, shell-script, terminal
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README

# `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).