From ca538f6f8ca559d8c1d5d239153d63c5986c0c98 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 3 Apr 2020 21:40:32 +0100 Subject: [PATCH] add black box inside/vehind video by default before vid starts --- data/themes/default.edc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/themes/default.edc b/data/themes/default.edc index ac1028c..29facce 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -265,6 +265,21 @@ collections { target: "base"; } + part { name: "content_black"; type: RECT; mouse_events: 0; + description { state: "default" 0.0; + rel.to: "rage.content"; + color: 0 0 0 255; + visible: 0; + } + description { state: "novideo" 0.0; + inherit: "default" 0.0; + visible: 0; + } + description { state: "video" 0.0; + inherit: "default" 0.0; + visible: 1; + } + } part { name: "rage.content"; type: SWALLOW; description { state: "default" 0.0; visible: 0; @@ -405,6 +420,7 @@ collections { target: "speaker_clip"; target: "shadow"; target: "statusloc"; + target: "content_black"; target: "rage.content"; } program { signal: "state,default"; source: "rage"; @@ -412,6 +428,7 @@ collections { target: "speaker_clip"; target: "shadow"; target: "statusloc"; + target: "content_black"; target: "rage.content"; } program { signal: "state,video"; source: "rage"; @@ -419,6 +436,7 @@ collections { target: "speaker_clip"; target: "shadow"; target: "statusloc"; + target: "content_black"; target: "rage.content"; } program { signal: "state,novideo"; source: "rage";