From 7c7aa579f04bd8d959f47c1e9f8d598287e863fe Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Mon, 9 Feb 2026 15:41:56 +0100 Subject: [PATCH] chore: make the manage script more verbose --- install.sh | 2 ++ manage.sh | 2 ++ 2 files changed, 4 insertions(+) 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