Skip to content
Snippets Groups Projects
Commit 9fe5f350 authored by don's avatar don
Browse files

Fixed buggy display scripts

parent c1f6285d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
export DISPLAY=:0
cd /home/pi/kiosk/content
feh -FZ ../lib/background.png &
while true
do
/home/pi/kiosk/var/loop
......
......@@ -38,6 +38,7 @@ videoformats = [
# Template for loop script
looptemplate = '''#!/bin/bash
cd %s
export DISPLAY=:0
feh --cycle-once -FZ -D %d
'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment