put feh into real fullscreen

add example code to add a logo to the backgound
py3
Gunstick 2015-04-27 22:28:17 +02:00
parent b59c94ccbf
commit 06f1e1ae6a
2 changed files with 2 additions and 1 deletions

View File

@ -2,10 +2,11 @@
if [ ! -f black.png ]
then
convert -size 1920x1080 xc:#000000 black.png
#convert level2_round_grey.png -background black -gravity center -extent 1920x1080 black.png
fi
killall feh
trap "killall feh; killall omxplayer" 1 2 3 15
feh -x black.png &
feh -F -x black.png &
while true
do
if [ "$(python ./spacestatus.py)" = "False" ]