Skip to content
Snippets Groups Projects
Commit 7adb809e authored by don's avatar don
Browse files

Removed debugging code, more stable displa

parent 6230b8a9
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd /home/pi/kiosk/lib
export DISPLAY=:0
feh -FZ background.png &
cd /home/pi/kiosk/slides
while true
do
......
......@@ -37,14 +37,7 @@ videoformats = [
# Template for loop script
looptemplate = '''#!/bin/bash
cd %s
export DISPLAY=:0
echo feh-b $DISPLAY
pwd
echo feh --cycle-once -FZ -D %d
feh --cycle-once -FZ -D %d
pwd
echo feh-e $DISPLAY
feh --cycle-once -F -Z -D %d
'''
# Template for wait script
......
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