summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStephen 'Okra' Houston <smhouston88@gmail.com>2017-08-23 17:06:10 -0500
committerStephen 'Okra' Houston <smhouston88@gmail.com>2017-08-23 17:06:33 -0500
commita6c7234afa60af3d671062b90f545210eda56094 (patch)
tree32fd3af4962500e394dc916a6bbed2690b1a4f51 /data
parent103b1349167506f8c478612aa73fdc53d367e814 (diff)
Luncher Theme: Use a proxy for the overlay effect.
Diffstat (limited to 'data')
-rw-r--r--data/elementary/themes/edc/luncher.edc4
1 files changed, 3 insertions, 1 deletions
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";
}