From 51633cf7caf7268707219724eb1dc25257448f0c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 16 Jun 2014 12:29:26 -0400 Subject: [PATCH] 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"; - } } } -- 2.7.4