hyprlock
hyprlock copied to clipboard
[REQ] Video Background Support
I would like to set a video file as a background. Apple has a similar feature on MacOS devices. SDDM login screen does support this feature too: https://github.com/3ximus/aerial-sddm-theme . It would be cool to have this on a lock-screen.
As a workaround, you could set hyprlock's background color to something transparent (e.g. 0x00000000) and write a script that plays a looped video in fullscreen, runs hyprlock, and then closes the video player afterwards. Then you just run the script instead of directly running hyprlock.
mpvpaper can be a reffrence+1