This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit ef01c87b8083a83d692b6bfbe8419a4c616e0829
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Jan 19 09:02:31 2023 +0000

    theme - focus glow - take it off everything
---
 data/elementary/themes/edc/comp.edc | 44 +++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/data/elementary/themes/edc/comp.edc b/data/elementary/themes/edc/comp.edc
index f7ea59437f..feb4763028 100644
--- a/data/elementary/themes/edc/comp.edc
+++ b/data/elementary/themes/edc/comp.edc
@@ -430,6 +430,15 @@ group { name: "e/comp/frame/rotate";
    alias: "e/comp/frame/rotate/fast"; // legacy
    inherit: "e/comp/frame/default";
    parts {
+      part { name: "focusglow"; type: RECT;
+         description { state: "default" 0.0;
+            visible: 0;
+         }
+         description { state: "active" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+        }
+      }
       part { name: "e.swallow.content";
          description { state: "default";
             map {
@@ -502,6 +511,15 @@ group { name: "e/comp/frame/popup";
    alias: "e/comp/frame/popup/fast"; // legacy
    inherit: "e/comp/frame/default";
    parts {
+      part { name: "focusglow"; type: RECT;
+         description { state: "default" 0.0;
+            visible: 0;
+         }
+         description { state: "active" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+        }
+      }
       part { name: "focus-clipper";
          description { state: "default";
          }
@@ -538,6 +556,15 @@ group { name: "e/comp/frame/still";
    alias: "e/comp/frame/still/fast"; // legacy
    inherit: "e/comp/frame/default";
    parts {
+      part { name: "focusglow"; type: RECT;
+         description { state: "default" 0.0;
+            visible: 0;
+         }
+         description { state: "active" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+        }
+      }
       part { name: "shower";
          description { state: "default" 0.0;
             rel1.relative: 0.0 0.0;
@@ -579,6 +606,15 @@ group { name: "e/comp/frame/everything";
    alias: "e/comp/frame/everything/fast"; // legacy
    inherit: "e/comp/frame/popup";
    parts {
+      part { name: "focusglow"; type: RECT;
+         description { state: "default" 0.0;
+            visible: 0;
+         }
+         description { state: "active" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+        }
+      }
       part { name: "shadow";
          description { state: "hidden" 0.0;
             visible: 1;
@@ -591,6 +627,14 @@ group { name: "e/comp/frame/everything";
          }
       }
    }
+   programs {
+      program { name: "focusbounce";
+         signal: "xxx";
+      }
+      program { name: "focusbounceoff";
+         signal: "xxx";
+      }
+   }
 }
 
 group { name: "e/comp/frame/fullscreen";

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to