discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=51633cf7caf7268707219724eb1dc25257448f0c
commit 51633cf7caf7268707219724eb1dc25257448f0c Author: Mike Blumenkrantz <[email protected]> Date: Mon Jun 16 12:29:26 2014 -0400 rename ibar focus signals --- data/themes/edc/ibar-ibox.edc | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/data/themes/edc/ibar-ibox.edc b/data/themes/edc/ibar-ibox.edc index 996103c..77633ef 100644 --- a/data/themes/edc/ibar-ibox.edc +++ b/data/themes/edc/ibar-ibox.edc @@ -253,22 +253,32 @@ group { name: "e/modules/ibar/menu/item"; image.border: 7 7 7 7; color: 255 255 255 80; visible: 0; + link.base: "e,state,unfocused" "e"; + link.transition: ACCEL 0.1; } description { state: "focused"; inherit: "default" 0.0; visible: 1; + link.base: "e,state,focused" "e"; + link.transition: ACCEL 0.1; } } part { name: "clip"; type: RECT; description { state: "default"; + link.base: "e,state,other,none" "e"; + link.transition: ACCEL 0.1; } description { state: "otherdesk"; inherit: "default" 0.0; color: 255 255 255 160; + link.base: "e,state,other,desk" "e"; + link.transition: ACCEL 0.1; } description { state: "otherscreen"; inherit: "default" 0.0; color: 255 255 255 80; + link.base: "e,state,other,screen" "e"; + link.transition: ACCEL 0.1; } } part { name: "icon"; type: SPACER; @@ -413,21 +423,6 @@ group { name: "e/modules/ibar/menu/item"; target: "glow"; transition: DECELERATE 0.2; } - program { - signal: "e,state,focused"; source: "e"; - action: STATE_SET "focused" 0.0; - target: "base"; - } - program { - signal: "e,state,otherdesk"; source: "e"; - action: STATE_SET "otherdesk" 0.0; - target: "clip"; - } - program { - signal: "e,state,otherscreen"; source: "e"; - action: STATE_SET "otherscreen" 0.0; - target: "clip"; - } } } --
