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 b0141d077058aff84ba57af8118777ddcbc4bf61
Author: Carsten Haitzler <[email protected]>
AuthorDate: Wed Jan 21 15:15:50 2026 +0000

    elm - theme - add a typebuf overlay for efm2
---
 data/elementary/themes/edc/fileman.edc | 46 ++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/data/elementary/themes/edc/fileman.edc b/data/elementary/themes/edc/fileman.edc
index ea31cdc823..463a775e86 100644
--- a/data/elementary/themes/edc/fileman.edc
+++ b/data/elementary/themes/edc/fileman.edc
@@ -3707,3 +3707,49 @@ group { name: "e/modules/efm_navigation/pathbar_scrollframe";
       }
    }
 }
+
+group { name: "e/fileman/default/typebuf";
+   alias: "e/fileman/desktop/typebuf";
+   parts {
+      part { name: "typebuf_clip"; type: RECT;
+         description { state: "default" 0.0;
+            visible: 0;
+            color: 255 255 255 0; // no cc
+         }
+         description { state: "active" 0.0;
+            visible: 1;
+            color: 255 255 255 255; // no cc
+         }
+      }
+      part { name: "typebuf_base"; type: RECT; mouse_events: 0;
+         clip_to: "typebuf_clip";
+         description { state: "default" 0.0;
+            rel.to: "e.swallow.content";
+            color_class: "/bg/normal/fileman/overlay/typebuf/base";
+         }
+      }
+      part { name: "e.swallow.content"; type: SWALLOW;
+         clip_to: "typebuf_clip";
+         scale: 1;
+         description { state: "default" 0.0;
+            rel1.relative: 0.0 1.0;
+            rel1.offset:  7 -8;
+            rel2.offset: -8 -8;
+            align: 0.5 1.0;
+            offscale;
+         }
+      }
+   }
+   programs {
+      program { signal: "e,state,typebuf,start"; source: "e";
+         action: STATE_SET "active" 0.0;
+         transition: SINUSOIDAL 0.25;
+         target: "typebuf_clip";
+      }
+      program { signal: "e,state,typebuf,stop"; source: "e";
+         action: STATE_SET "default" 0.0;
+         transition: SINUSOIDAL 1.0;
+         target: "typebuf_clip";
+      }
+   }
+}

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

Reply via email to