From 2d1b75fbd534e49e3f04da570d0991bd398c3de9 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 9 Mar 2021 13:22:59 +0000 Subject: [PATCH] openharmony-linux-demo-dashboard.conf: Set configuration for weston background Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .../conf/distro/openharmony-linux-demo-dashboard.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf b/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf index 8b2d94ce..eab07ffa 100644 --- a/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf +++ b/meta-ohos-demo/conf/distro/openharmony-linux-demo-dashboard.conf @@ -29,3 +29,7 @@ EPIPHANY_APP = "HomeAssistant" EPIPHANY_URL = "http://localhost:8123" EPIPHANY_RDEPENDS = "python3-homeassistant" EPIPHANY_SERVICE_ENABLED = "1" + +WESTON_INI_BACKGROUND_IMAGE = "/usr/share/backgrounds/ostc-logo-small.png" +WESTON_INI_BACKGROUND_COLOR = "0xffffffff" +WESTON_INI_BACKGROUND_TYPE = "centered" -- GitLab