Luncher theme: Handle the updated signal for icons in their off state.

This commit is contained in:
Stephen okra Houston 2016-11-05 10:27:04 -05:00
parent 613167333c
commit 8b523c21e2
1 changed files with 9 additions and 1 deletions

View File

@ -24,6 +24,8 @@ group { name: "e/gadget/luncher/icon";
parts { parts {
part { name: "item_clip"; type: RECT; part { name: "item_clip"; type: RECT;
description { state: "default" 0.0; description { state: "default" 0.0;
rel1.to: "e.swallow.icon";
rel2.to: "e.swallow.icon";
rel1.offset: -100 -100; rel1.offset: -100 -100;
rel2.offset: 99 99; rel2.offset: 99 99;
color: 255 255 255 255; color: 255 255 255 255;
@ -124,6 +126,12 @@ group { name: "e/gadget/luncher/icon";
rel1.offset: 1 0; rel1.offset: 1 0;
rel2.offset: -1 -1; 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; part { name: "obackground"; type: RECT;
repeat_events: 1; repeat_events: 1;
@ -217,7 +225,7 @@ group { name: "e/gadget/luncher/icon";
transition: ACCELERATE 0.1; transition: ACCELERATE 0.1;
} }
program { name: "icon_off"; program { name: "icon_off";
signal: "e,state,off"; source: "e"; signal: "e,state,off,*"; source: "e";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "indicator"; target: "indicator";
target: "e.swallow.icon"; target: "e.swallow.icon";