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 a2593647ac7809c782128d139ba0c13f9a5b78a8
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sat May 23 00:46:15 2026 +0100
theme - remove redundant/not used fields/data from vpn badge
---
data/elementary/themes/edc/connman.edc | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc
index 0fcbf069d8..74db87b236 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -536,7 +536,6 @@ group { name: "e/modules/connman/main";
// declared geometry — a swallowed widget could be sized unexpectedly.
// Sized to ~45% of the icon, top-right corner, forced square.
part { name: "vpn_badge"; mouse_events: 0;
- type: IMAGE;
description { state: "default" 0.0;
visible: 0;
rel1.relative: 0.55 0.0;
@@ -777,14 +776,12 @@ else { \
action: STATE_SET "default" 0.0;
target: "security_overlay";
}
- program { name: "vpn_active";
- signal: "e,vpn,active"; source: "e";
+ program { signal: "e,vpn,active"; source: "e";
action: STATE_SET "active" 0.0;
target: "vpn_badge";
transition: ACCELERATE 0.15;
}
- program { name: "vpn_inactive";
- signal: "e,vpn,inactive"; source: "e";
+ program { signal: "e,vpn,inactive"; source: "e";
action: STATE_SET "default" 0.0;
target: "vpn_badge";
transition: DECELERATE 0.15;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.