Skip to content

Commit

Permalink
test using background process
Browse files Browse the repository at this point in the history
  • Loading branch information
Muddyblack committed Jan 12, 2024
1 parent d5a9378 commit 94056ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions images_slide_show.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ display() {
elif [ -n "$image_files" ]; then
sudo chvt $unused_tty
sudo fbi -a -r 5 -t $DISPLAYTIME --blend $BLENDTIME -T $unused_tty --noverbose "${image_files[@]}"
fbiID=$!
sudo chvt $unused_tty
wait $fbiID
elif [ -n "$video_files" ]; then
#clear
cvlc --loop "$video_files"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ google-auth-oauthlib
google-auth-httplib2
google-api-python-client
Pillow
pyqt5
Pylint
Pylint
pyqt5

0 comments on commit 94056ee

Please sign in to comment.