From 5ce494c0febebca1df7a016681a60ea39a2ccedc Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 12 Feb 2020 10:47:42 +0100 Subject: slide duration: Set default slide duration time to 15s. --- bin/impressive-display | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/impressive-display b/bin/impressive-display index 5cfcd1c..6d4244e 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -68,8 +68,8 @@ LOG_TO_SYSLOG= SLEEP_HOURS="22-06" SLEEP_HOURS_DOWNLOAD_INTERVAL="0" -# show each slide for 20 seconds by default -SLIDE_DURATION="5" +# show each slide for 15 seconds by default +SLIDE_DURATION="15" # option for impressive fading... IMPRESSIVE_OPTIONS="--transition None" -- cgit v1.2.3