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 e3820975384cae03f1de941629c898cbd9a8b8a4
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Nov 30 18:54:03 2024 +0000

    theme - cpufreq - add new gadget
---
 data/elementary/themes/edc/cpufreq.edc | 33 +++++++++++++++++++++++----------
 1 file changed, 23 insertions(+), 10 deletions(-)

diff --git a/data/elementary/themes/edc/cpufreq.edc b/data/elementary/themes/edc/cpufreq.edc
index 26e5fa13f5..b592fd1ed1 100644
--- a/data/elementary/themes/edc/cpufreq.edc
+++ b/data/elementary/themes/edc/cpufreq.edc
@@ -290,21 +290,34 @@ group { name: "e/modules/cpufreq/main";
    }
 }
 
+///////////////////////////////////////////////////////////////////////////////
+
+group { name: "e/modules/cpufreq/gadget";
+  // new gadget with cpu usage swallow
+  parts {
+    part { name: "e.swallow.content"; type: SWALLOW;
+      description { state: "default" 0.0;
+      }
+    }
+  }
+}
+
 #define G(_p, _p0, _p1, _v0, _v1) \
 part { name: "g"_p0".0"; type: RECT; mouse_events: 0; \
- description { state: "default" 0.0; \
-  color_class: "/fg/normal/gadgets/cpufreq/"_p"/"_p0; \
-  rel1.relative: _v0  0.0; \
-  rel2.relative: _v1  1.0; \
- } \
+  description { state: "default" 0.0; \
+    color_class: "/fg/normal/gadgets/cpufreq/"_p"/"_p0; \
+    rel1.relative: _v0  0.0; \
+    rel2.relative: _v1  1.0; \
+  } \
 } \
 part { name: "g"_p0".1"; mouse_events: 0; \
- description { state: "default" 0.0; \
-  rel.to: "g"_p0".0"; \
-  image.normal: "grad_h.png"; \
-  color_class: "/fg/normal/gadgets/cpufreq/"_p"/"_p1; \
- } \
+  description { state: "default" 0.0; \
+    rel.to: "g"_p0".0"; \
+    image.normal: "grad_h.png"; \
+    color_class: "/fg/normal/gadgets/cpufreq/"_p"/"_p1; \
+  } \
 }
+
 group { name: "e/modules/cpufreq/grad/cpu_usage";
   // 0 -> :bg-dark
   // 1 -> :selected-dim

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

Reply via email to