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 3bfdde75bfaef159f739d029b812658d929604f5
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun May 17 18:46:27 2026 +0100
theme - use color class for connman band label
---
data/elementary/themes/colorclasses.edc | 1 +
data/elementary/themes/edc/connman.edc | 7 ++-----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc
index 593b48f52b..d7c3018717 100644
--- a/data/elementary/themes/colorclasses.edc
+++ b/data/elementary/themes/colorclasses.edc
@@ -375,6 +375,7 @@ color_tree {
"/fg/normal/gadgets/music_control/text/tag";
"/fg/normal/fileman/filesize/1";
"/fg/normal/gadgets/connman/activity/rx";
+ "/fg/normal/gadgets/connman/band-label";
}
":selected-light" {
"/bg/normal/tiling/position/base";
diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc
index bdd91e7d64..b70340a39b 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -341,14 +341,11 @@ group { name: "e/modules/connman/main";
part { name: "e.text.band-label"; type: TEXT; effect: SHADOW; mouse_events: 0;
clip_to: "clip_wifi";
description { state: "default" 0.0;
+ rel.to: "wifi-base";
rel1.relative: 0.0 0.0;
rel2.relative: 0.85 0.45;
- rel1.to: "wifi-base";
- rel2.to: "wifi-base";
- color: 170 220 255 220;
- color3: 0 0 0 128;
+ color_class: "/fg/normal/gadgets/connman/band-label";
text { font: FN; size: 7;
- text: "";
align: 0.0 0.5;
min: 0 0;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.