summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen okra Houston <smhouston88@gmail.com>2016-11-05 10:27:04 -0500
committerStephen okra Houston <smhouston88@gmail.com>2016-11-05 10:27:04 -0500
commit8b523c21e2e54bfbf072f39f8234d3a289e3ce26 (patch)
tree7bc4bf03e849acdf0b776fde5245124c8c626c6e
parent613167333c8cc121b6eaa6e77cdec7bcd382912c (diff)
downloadefl-8b523c21e2e54bfbf072f39f8234d3a289e3ce26.tar.gz
Luncher theme: Handle the updated signal for icons in their off state.
-rw-r--r--data/elementary/themes/edc/luncher.edc10
1 files changed, 9 insertions, 1 deletions
diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc
index cb25f865e2..d20684b3fe 100644
--- a/data/elementary/themes/edc/luncher.edc
+++ b/data/elementary/themes/edc/luncher.edc
@@ -24,6 +24,8 @@ group { name: "e/gadget/luncher/icon";
parts {
part { name: "item_clip"; type: RECT;
description { state: "default" 0.0;
+ rel1.to: "e.swallow.icon";
+ rel2.to: "e.swallow.icon";
rel1.offset: -100 -100;
rel2.offset: 99 99;
color: 255 255 255 255;
@@ -124,6 +126,12 @@ group { name: "e/gadget/luncher/icon";
rel1.offset: 1 0;
rel2.offset: -1 -1;
}
+ description { state: "full" 0.0;
+ inherit: "default" 0.0;
+ visible: 1;
+ rel1.relative: -1.0 -1.0;
+ link.base: "e,state,zoom,full" "e";
+ }
}
part { name: "obackground"; type: RECT;
repeat_events: 1;
@@ -217,7 +225,7 @@ group { name: "e/gadget/luncher/icon";
transition: ACCELERATE 0.1;
}
program { name: "icon_off";
- signal: "e,state,off"; source: "e";
+ signal: "e,state,off,*"; source: "e";
action: STATE_SET "default" 0.0;
target: "indicator";
target: "e.swallow.icon";