diff --git a/README.md b/README.md index d5e9704..39d6ff3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ README Run `./run.sh` to see the following on you terminal: -![Screenshot](screenshot.jpg) +![Screenshot](screenshot1.jpg) + +Date/time and jokes vary fonts a bit just to keep it interesting. That is it, nothing more to it than that :-) + +More screenshots: [1](screenshot1.jpg), [2](screenshot2.jpg), [3](screenshot3.jpg) Installing ---------- diff --git a/run.sh b/run.sh index ccdd39a..1eacef9 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,5 @@ #!/bin/bash - while true; do export joke=`shuf -n 1 kids-jokes.txt` timeout --foreground -vs9 5m watch -tn60 ./dash.sh diff --git a/screenshot.jpg b/screenshot.jpg deleted file mode 100644 index 035331f..0000000 Binary files a/screenshot.jpg and /dev/null differ diff --git a/screenshot1.jpg b/screenshot1.jpg new file mode 100644 index 0000000..676a7f3 Binary files /dev/null and b/screenshot1.jpg differ diff --git a/screenshot2.jpg b/screenshot2.jpg new file mode 100644 index 0000000..c04e961 Binary files /dev/null and b/screenshot2.jpg differ diff --git a/screenshot3.jpg b/screenshot3.jpg new file mode 100644 index 0000000..ddb8b04 Binary files /dev/null and b/screenshot3.jpg differ