add picture

This commit is contained in:
jr-k 2024-02-02 15:43:42 +01:00
parent 5f72c9f9d5
commit 107055504f
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Use a RaspberryPi to show a full-screen Slideshow (Kiosk-mode)
## Installation TL;DR
```bash
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install -y git chromium-browser
sudo apt-get install -y git chromium-browser unclutter
git clone https://github.com/jr-k/reclame.git
cd reclame && pip3 install -r requirements.txt && cp data/slideshow.json.dist data/slideshow.json
@ -29,7 +29,7 @@ However, I used this one: `(2,82) = 1920x1080 60Hz 1080p`
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install -y git chromium-browser
sudo apt-get install -y git chromium-browser unclutter
git clone https://github.com/jr-k/reclame.git
cd reclame && pip3 install -r requirements.txt && cp data/slideshow.json.dist data/slideshow.json

View File

@ -1,4 +1,4 @@
[
{"location":"https://ffmpeg.org","delay":10,"type":"url"},
{"location":"data/uploads/reclame.jpg","delay":10,"type":"picture"},
{"location":"https://unix.org","delay":20,"type":"url"}
]