-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animated lock/screensaver #2254
Comments
What? I'm not sure what you expect to come out of this ticket. |
Currently
I introduced my hack to make something like |
This isn't going to happen. I suggest you fork swaylock. |
It's an use case of
swaylockand an idea for little improvement to makeswaylockmore flexible.I've managed to personalize
swaylockso it now works as animated lock screen. The way is to use custom script which creates floating window with specified title (termite+cmatrixin my case), next runsswaylockwith transparent color and at the end waits forswaylockprocess to exit then kills floating window. Script by itself looks like so:And is controlled by
swayidleinconfig:The final result depends on:
cmatrixand enables transparentswaylockso nothing below is visible,Termiteis not getting fullscreen so the primary window is visible under transparentswaylock(so it's still locked).I think there're at least two things that can be improved:
swaylockcontainer just like solid color or image so the script wouldn't be mandatory,clearedindicator or set delay in seconds after indicator is hidden; current--no-unlock-indicatoris not a good solution.BTW: The setup above works on current
wlrootsversion ofswayfrom the latestmasterbranch.The text was updated successfully, but these errors were encountered: