You are not logged in.
How do I set video wallpaper. I am using Qtile as my WM.
I have tried wallset and xwinwrap but both of them don't work.
Is there any way to get video wallpaper?
Last edited by dezire (2021-06-22 16:18:41)
Offline
xwinwrap -ni -b -fs -ov -- /usr/lib/xscreensaver/glslideshow -delay 30000 -window-id WID -pan 60 -duration 60 -zoom 100 -clipYou can use anything else instead of glslideshow as long as it lets you embed its window (eg. "mplayer/mpv -wid WID …"
If you need further help, please be more specific about your goals "video wallpaper" and how exactly your attempts "don't work".
Offline
This is what happens with xwinwrap
xwinwrap: window type - override
Downloads/wallpapers/mylivewallpapers.com-Girl-and-Shiba-Inu.mp4: Permission denied
Downloads/wallpapers/mylivewallpapers.com-Girl-and-Shiba-Inu.mp4 died, exit status 2And with this command
xwinwrap -fs -fdt -ni -b -nf -un -o 1.0 -debug -- mpv -wid WID --loop --no-audio ~/Videos/video.mp4It opens in a separate tile
And wallset has the worst resolution
Last edited by dezire (2021-06-22 16:16:11)
Offline
Ok I tried all the flags and surprisingly -ov flag worked thanks man for your help
Offline