From a6c7234afa60af3d671062b90f545210eda56094 Mon Sep 17 00:00:00 2001 From: Stephen 'Okra' Houston Date: Wed, 23 Aug 2017 17:06:10 -0500 Subject: [PATCH] Luncher Theme: Use a proxy for the overlay effect. --- data/elementary/themes/edc/luncher.edc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index cbc35c0039..8d4db80941 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc @@ -291,11 +291,13 @@ group { name: "e/gadget/luncher/icon"; color: 255 255 255 0; } } - part { name: "e.swallow.overlay"; type: SWALLOW; + part { name: "e.swallow.overlay"; type: PROXY; clip_to: "obackground"; repeat_events: 1; description { state: "default" 0.0; + source: "e.swallow.icon"; + proxy.source_clip: 0; rel1.to: "obackground"; rel2.to: "obackground"; }