Hacker News new | ask | show | jobs
by tough 409 days ago
It kinda seems to me this is better solved by a webapp that lets you generate any background image and download and you set it up on your OS.
1 comments

When you say it that way, it's actually baffling that there's still separate code paths for solid background colors.

Just offer a background picker, and have it generate a 1x1 PNG, for the color selected. Just like that, you can use the image background code path for everything; and the code for generating the image almost certainly exists in the OS already. Maybe add some metadata to the generated image to filter it from the images picker, and you're done.

It feels like a lot of these non-sense features is what you get after years of fixes and releases, it's hard to envision a full system 10 years out and get it right, and there's almost never time to clean up unless it's a greenfield project or something.