109
submitted 9 months ago by manito_manopla@lemmy.ml to c/linux@lemmy.ml

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.

top 24 comments
sorted by: hot top controversial new old
[-] gaylord_fartmaster@lemmy.world 33 points 9 months ago

I use this Wallpaper Engine KDE plugin.

You can download wallpapers from the Wallpaper Engine Steam workshop and load them using the plugin instead.

[-] Cupcake1972@mander.xyz 1 points 9 months ago

That's genius, thanks for the recommendation!

[-] tetris11@lemmy.ml 15 points 9 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?

[-] MyNameIsRichard@lemmy.ml 19 points 9 months ago

Are there any programs that can animate a cat to chase my mouse across the desktop?

oneko

[-] Neil@lemmy.ml 4 points 9 months ago

I tried oneko for a day and wow.. not my thing. Constant distraction and I didn't get much done that day, lol. Not recommended for the work computer at least.

[-] MyNameIsRichard@lemmy.ml 1 points 9 months ago

I agree with everything you say but it's there for those who are interested.

[-] wildbus8979@sh.itjust.works 3 points 9 months ago

Bonzi Buddy

[-] wolfruff@pawb.social 13 points 9 months ago
[-] zkrzsz@hexbear.net 10 points 9 months ago* (last edited 9 months ago)
[-] manito_manopla@lemmy.ml 5 points 9 months ago

I'm looking for something more universal, that works in any DE or WM and that doesn't necessarily have to depend on kde plasma

[-] leopold@lemmy.kde.social 4 points 9 months ago

Plasma supports animated wallpapers out of the box. No need for third party plugins that rely on proprietary software like Wallpaper Engine.

[-] lemba@discuss.tchncs.de 4 points 9 months ago

My top choice: KDE Plasma Wayland.

[-] forbin@leminal.space 7 points 9 months ago
[-] Waffelson@lemmy.world 4 points 9 months ago

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

[-] Quackdoc@lemmy.world 2 points 9 months ago

I use mpvpaper on sway and cosmic

[-] luthis@lemmy.nz 2 points 9 months ago

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

[-] manito_manopla@lemmy.ml 2 points 9 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

[-] plumbercraic@lemmy.sdf.org 1 points 1 month ago

After seeing this thread, and the Linux wallpaper engine repo, I think I'm gonna boot into Windows and record wallpapers I like as videos, then set them as backgrounds in linux. I'm gonna be on x11 until cinnamon updates to waylan

[-] TechieDamien@lemmy.ml 1 points 8 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).

[-] manito_manopla@lemmy.ml 1 points 8 months ago

Ok, give me the script, please

[-] TechieDamien@lemmy.ml 2 points 8 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@pawb.social 1 points 9 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_manopla@lemmy.ml 1 points 9 months ago

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

this post was submitted on 24 Dec 2023
109 points (99.1% liked)

Linux

47366 readers
2021 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS