From 72829b535877b25a0ca46b6b7f0f8dcf9d00a62c Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 19 Feb 2020 09:27:13 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 31 ++++++++++++++++--------------- config/litjerome.php | 3 +++ config/litvincent.php | 3 +++ 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7574814..3c1cfe0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,8 @@ - - + + @@ -1206,12 +1207,12 @@ - + - + @@ -1225,12 +1226,12 @@ - + - + diff --git a/config/litjerome.php b/config/litjerome.php index d7ba7a5..52fb9c9 100644 --- a/config/litjerome.php +++ b/config/litjerome.php @@ -3,6 +3,9 @@ config('ROOM_NAME','Lit Jérôme'); config('SQUEEZEBOX_PLAYER', 'Lit Jérôme'); config('SQUEEZEBOX_AMBIANCE_PLAYER', 'Chambre'); config('SLEEPSCREEN', 8); +config('SCREENSAVER_BRIGHTNESS', 100); +config('SLEEPTYPE', 'screensaver'); +config('SCREENSAVER','weatherstation'); config('VOLUME_DEVICE', 'RaspberryPi'); config('HIDEMASK_TIMEOUT',250); diff --git a/config/litvincent.php b/config/litvincent.php index e41bc4c..dd0f8f4 100644 --- a/config/litvincent.php +++ b/config/litvincent.php @@ -3,6 +3,9 @@ config('ROOM_NAME','Lit Vincent'); config('SQUEEZEBOX_PLAYER', 'Lit Vincent'); config('SQUEEZEBOX_AMBIANCE_PLAYER', 'Chambre'); config('VOLUME_DEVICE', 'RaspberryPi'); +config('SCREENSAVER_BRIGHTNESS', 100); +config('SLEEPTYPE', 'screensaver'); +config('SCREENSAVER','weatherstation'); config('HIDEMASK_TIMEOUT',250); config('SLEEPSCREEN', 8); -- 2.39.5