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 daa58f6da7bd74f79e9dfb8ec78fcc0569bd4379
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Fri Feb 10 22:21:17 2023 +0000
theme - offer immediate desklock show signal
@feat
---
data/elementary/themes/edc/desklock.edc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/data/elementary/themes/edc/desklock.edc b/data/elementary/themes/edc/desklock.edc
index e0b2272de9..e191b12223 100644
--- a/data/elementary/themes/edc/desklock.edc
+++ b/data/elementary/themes/edc/desklock.edc
@@ -17,7 +17,7 @@ group { name: "e/desklock/background";
color_class: "/bg/normal/desklock/background";
}
}
- program { signal: "show"; source: "";
+ program { name: "shower"; signal: "show"; source: "";
action: STATE_SET "visible" 0.0;
transition: SINUSOIDAL 0.5 USE_DURATION_FACTOR 1;
target: "clip";
@@ -30,6 +30,14 @@ group { name: "e/desklock/background";
action: SIGNAL_EMIT "e,action,hide,done" "e";
}
}
+ program { signal: "e,action,show,immediate"; source: "e";
+ action: ACTION_STOP;
+ target: "shower";
+ sequence {
+ action: STATE_SET "visible" 0.0;
+ target: "clip";
+ }
+ }
part { name: "e.swallow.login_box"; type: SWALLOW;
clip_to: "clip";
description { state: "default" 0.0;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.