Would that work with TWMs like i3? Most animated wallpaper programs I tried didn't work correctly.
Show HN: High performance X11 animated wallpapers
51–60 of 70 posts
Re: Show HN: High performance X11 animated wallpapers
#52Re: Show HN: High performance X11 animated wallpapers
#53Is there a decent repository for these kind of short animated backgrounds? Ideally pixel graphics like the one in the preview video. I'd like to experiment with this, but a quick duckduckgo search didn't turn up much; some sites were advertising images as animated but they were in fact still images, and most of the others had gifs of varying quality, and weren't even consistently 1080p.
Re: Show HN: High performance X11 animated wallpapers
#54So the animated wallpaper scene on linux is pretty bizarre. There are some popular methods out there like calling `feh --fill-bg` continuously in a bash loop but it sends your CPU usage to an astronomical 40% which drains the laptop battery pretty quickly. I couldn't find a reasonable animated desktop wallpaper setter, so I wrote a little utility in 150 lines or so in C that I call from .xinitrc to randomly pick a fa…
Really it should be something built in to the DE. You need it to stop rendering when the background is covered.
Re: Show HN: High performance X11 animated wallpapers
#55Earlier quoted context omitted.
You can accomplish this with straight X11, no need for the DE to be aware of it.
I don't think that's so trivial in a composited world. IIRC once upon a time you could easily get a viewable state from the X server for windows, but with compositing xorg made it basically always true.
Re: Show HN: High performance X11 animated wallpapers
#56Re: Show HN: High performance X11 animated wallpapers
#57I never saw the point of this, or Active Desktop back in the day. But the last three releases of Fedora and Gnome have had a sort of animated wallpaper. It's actually just an XML file that defines times and image files for each time. And it's used to darken the wallpaper when the sun sets. I use the default one that ships with Fedora but the XML file is straightforward and it's simple to make your own. One thing that…
Not that there is anything wrong with a CLI workflow.
Re: Show HN: High performance X11 animated wallpapers
#58So the animated wallpaper scene on linux is pretty bizarre. There are some popular methods out there like calling `feh --fill-bg` continuously in a bash loop but it sends your CPU usage to an astronomical 40% which drains the laptop battery pretty quickly. I couldn't find a reasonable animated desktop wallpaper setter, so I wrote a little utility in 150 lines or so in C that I call from .xinitrc to randomly pick a fa…
for animated stuff I had good results with setting mpv as background. though yours looks like it uses even less CPU, super nice :) will work wonders with https://1041uuu.tumblr.com stuff ! ... or at least it would, if I was seeing my desktop background once in a while
One of the very few reasons I miss stacking window managers:)
Re: Show HN: High performance X11 animated wallpapers
#59Re: Show HN: High performance X11 animated wallpapers
#60So the animated wallpaper scene on linux is pretty bizarre. There are some popular methods out there like calling `feh --fill-bg` continuously in a bash loop but it sends your CPU usage to an astronomical 40% which drains the laptop battery pretty quickly. I couldn't find a reasonable animated desktop wallpaper setter, so I wrote a little utility in 150 lines or so in C that I call from .xinitrc to randomly pick a fa…
for animated stuff I had good results with setting mpv as background. though yours looks like it uses even less CPU, super nice :) will work wonders with https://1041uuu.tumblr.com stuff ! ... or at least it would, if I was seeing my desktop background once in a while
how does one do this? Just replace the Feh call with mpv?