You are not logged in.
Pages: 1
Hi,
I'm using iwlock as the screenlock app.
Is there a way to check when the screen gets unlocked & then run a bash script?.
Thanks
Offline
This is not really an Xfce-related question, as iwlock is not part of it. However, if it's implemented as a D-Bus service, then you can monitor its bus name from your script with gdbus monitor and act upon emitted signals. I'd recommend contacting the developers or referring to its documentation. If your package management is APT,
dpkg --listfiles PACKAGE_NAME
should help you determine whether it installs a D-Bus service file in /usr/share/dbus-1.
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
Thanks.
Offline
Pages: 1
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 518.1 KiB (Peak: 518.73 KiB) ]