this post was submitted on 14 Sep 2026
28 points (93.8% liked)

Linux

14963 readers
574 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
 

do we have a script of binary which generates random wallpapers from a seed? I found robohash but it's only good for profile picture instead of entire wallpaper. https://github.com/e1ven/Robohash https://robohash.org/?set=set5&bgset=bg1

it would be nice to have something which generate seemingly random but aesthetic wallpapers.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Ephera@lemmy.ml 1 points 5 hours ago

Can get an RSS feed by appending .rss to the URL:
https://mastodon.social/@flameReactor.rss

Then download that file and grep for:
https://files.mastodon.social/media_attachments/files/.*.png

Then download those PNG URLs.

That's how I assume/hope you implemented that. I guess, you could also download the whole Mastodon page and do the same grep, but yeah, RSS feed is going to be cleaner. ๐Ÿ˜