summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2013-02-19 10:59:25 +0000
committerDeon Thomas <PrinceAMD.Elive@gmail.com>2013-06-28 03:28:53 -0400
commit2ac021ae1c67b451c7e5f4f6f5df96dc3c967220 (patch)
tree3010c8dd47bc9d176ee30c80ffc68263f52593fa
parentc95298713bcc4aa80a5eb6b848bffc07f98b9874 (diff)
downloadenlightenment-2ac021ae1c67b451c7e5f4f6f5df96dc3c967220.tar.gz
Backport: f7defbd :: Color the clip of the frame when monitor is disabled to provide more visual indication.
NB: Someone may want to tweak the color used here ;) Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84205 Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
-rw-r--r--data/themes/edc/randr.edc7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc
index edf43bbbe6..5cc202047f 100644
--- a/data/themes/edc/randr.edc
+++ b/data/themes/edc/randr.edc
@@ -116,6 +116,11 @@ group { name: "e/conf/randr/main/frame";
rel1.to: "e.swallow.preview";
rel2.to: "e.swallow.preview";
}
+ description { state: "off" 0.0;
+ inherit: "default" 0.0;
+ color: 255 255 255 64;
+// color: 64 64 64 255;
+ }
}
part { name: "e.box.clone"; type: BOX;
clip_to: "clone_clip";
@@ -492,6 +497,7 @@ group { name: "e/conf/randr/main/frame";
program {
signal: "e,state,enabled"; source: "e";
action: STATE_SET "default" 0.0;
+ target: "clip";
target: "led";
after: "pulse1";
}
@@ -506,6 +512,7 @@ group { name: "e/conf/randr/main/frame";
signal: "e,state,disabled"; source: "e";
action: STATE_SET "off" 0.0;
target: "led";
+ target: "clip";
}
program {
signal: "e,state,drop,on"; source: "e";