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 62e380bf98f5319c74ab623e170344698ea52e05
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed Dec 4 12:58:54 2024 +0000
theme - cpufreq - add 2 text fields for cpu + freq
---
data/elementary/themes/edc/cpufreq.edc | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/data/elementary/themes/edc/cpufreq.edc b/data/elementary/themes/edc/cpufreq.edc
index b592fd1ed1..7f64f5510a 100644
--- a/data/elementary/themes/edc/cpufreq.edc
+++ b/data/elementary/themes/edc/cpufreq.edc
@@ -299,6 +299,32 @@ group { name: "e/modules/cpufreq/gadget";
description { state: "default" 0.0;
}
}
+ part { name: "e.text.cpu.usage"; type: TEXT; mouse_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel2.relative: 1.0 0.5;
+ color_class: "/fg/normal/gadgets/cpufreq/text";
+ text { font: FN; size: 6;
+ align: 0.5 1.0;
+ min: 0 1;
+ ellipsis: -1;
+ text_class: "module_small";
+ }
+ }
+ }
+ part { name: "e.text.cpu.freq"; type: TEXT; mouse_events: 0;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1.relative: 0.0 0.5;
+ color_class: "/fg/normal/gadgets/cpufreq/text";
+ text { font: FN; size: 6;
+ align: 0.5 0.0;
+ min: 0 1;
+ ellipsis: -1;
+ text_class: "module_small";
+ }
+ }
+ }
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.