diff --git a/install.sh b/install.sh index 3157b87..1811cc1 100644 --- a/install.sh +++ b/install.sh @@ -135,6 +135,7 @@ case "\$3" in sleep 20s exit 1 else + echo "Starting LibreOffice Present..." /usr/bin/libreoffice --impress --show --norestore "\$current_media" fi elif [[ "\$2" == "video" ]]; then @@ -155,6 +156,7 @@ case "\$3" in sleep 20s exit 1 else + echo "Starting VLC..." /usr/bin/vlc --fullscreen --loop --no-video-title --video-on-top --no-qt-fs-controller --qt-continue=0 "\$current_media" fi fi diff --git a/manage.sh b/manage.sh index 337c3f8..506e93b 100755 --- a/manage.sh +++ b/manage.sh @@ -66,6 +66,7 @@ case "$3" in sleep 20s exit 1 else + echo "Starting LibreOffice Present..." /usr/bin/libreoffice --impress --show --norestore "$current_media" fi elif [[ "$2" == "video" ]]; then @@ -86,6 +87,7 @@ case "$3" in sleep 20s exit 1 else + echo "Starting VLC..." /usr/bin/vlc --fullscreen --loop --no-video-title --video-on-top --no-qt-fs-controller --qt-continue=0 "$current_media" fi fi