add more screenshots

This commit is contained in:
rzen 2021-08-01 08:05:53 -04:00
parent 01f2cba371
commit 890c3085ac
6 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,11 @@ README
Run `./run.sh` to see the following on you terminal: 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 Installing
---------- ----------

1
run.sh
View File

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
while true; do while true; do
export joke=`shuf -n 1 kids-jokes.txt` export joke=`shuf -n 1 kids-jokes.txt`
timeout --foreground -vs9 5m watch -tn60 ./dash.sh timeout --foreground -vs9 5m watch -tn60 ./dash.sh

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

BIN
screenshot1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

BIN
screenshot2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

BIN
screenshot3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB