princeamd pushed a commit to branch enlightenment-0.17.

commit 2ac021ae1c67b451c7e5f4f6f5df96dc3c967220
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:59:25 2013 +0000

    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 <[email protected]>
    
    SVN revision: 84205
    Signed-off-by: Deon Thomas <[email protected]>
---
 data/themes/edc/randr.edc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc
index edf43bb..5cc2020 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";

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to