I am looking for programs to put animated wallpapers on Linux, the ones I know for now are: Xwinwrap, paperview and komorebi. If you know of another program that can do this, leave it in the comments so that others can read it and give their opinion about the program.

  • @[email protected]
    link
    fedilink
    146 months ago

    Are there any programs that can animate a cat to chase my mouse across the desktop? Or a guy who runs up window borders and tries to wrangle the mouse?

  • @[email protected]
    link
    fedilink
    46 months ago

    mpvpaper if you use wayland compositors It doesn’t work on nvidia hyprland, but nice work on intel igpu

  • ∟⊔⊤∦∣≶
    link
    26 months ago

    Pretty sure I did with mplayer and/or feh but it was years ago

    • Manito ManoplaOP
      link
      fedilink
      26 months ago

      Apparently it can be done with mplayer, I haven’t tried it yet, but later I’ll see if it works, and if so, I’ll stick with that option

  • @[email protected]
    link
    fedilink
    16 months ago

    I set mpv as the root window which worked well. I stopped using it a while back, but if you are interested, I could dig up the simple script for you (literally one or two lines iirc).

      • @[email protected]
        link
        fedilink
        English
        26 months ago

        Sure. If you are using an nvidia optimus laptop, you should also add __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia at the start of the last line when running in hybrid mode to run mpv on the dgpu. You should have a file at ~/.wallpaperrc that contains wallpaper_playlist: /path/to/mpv/playlist. You may want to add this script to your startup sequence via your wm/de.

        #!/bin/sh
        
        WALLPAPER_PLAYLIST=$(cat ~/.wallpaperrc | grep -v '^\w*#' | grep 'wallpaper_playlist' | sed "s/wallpaper_playlist: //")
        
        
        xwinwrap -g 1920x1080 -ov -- mpv -wid WID --no-osc --no-audio --loop-playlist --shuffle --playlist=$WALLPAPER_PLAYLIST
        

        Hope this helps!

  • callyral [he/they]
    link
    fedilink
    English
    16 months ago

    swww (wayland only)

    never tried it (i don’t use animated wallpapers) but it seems pretty good, not sure if it works on non-wlroots like KDE or GNOME

    • Manito ManoplaOP
      link
      fedilink
      16 months ago

      I use feh for wallpapers (Obviously not animated), but I made this post anyway to see what kind of programs there are