https://github.com/danilaxila3/scrrain
TTY Rain screensaver
https://github.com/danilaxila3/scrrain
Last synced: about 2 months ago
JSON representation
TTY Rain screensaver
- Host: GitHub
- URL: https://github.com/danilaxila3/scrrain
- Owner: danilaxila3
- Created: 2025-01-20T07:05:37.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-20T07:15:45.000Z (4 months ago)
- Last Synced: 2025-02-07T21:39:36.814Z (4 months ago)
- Language: C
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scrrain
A TTY rain screensaver

# Usage
```bash
scrrain [-m 'message'] [-l]
```
- -m 'message': Custom message to display in the center of the screen
- -l: Turn on lightnings, which will flicker the screen from time to time# Installing
```bash
git clone https://github.com/danilaxila3/scrrain.git
cd scrrain
make
make install
```