xyproto / wallutils

:city_sunset: Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
BSD 3-Clause "New" or "Revised" License
467 stars 17 forks source link

Add background color support and fit mode #40

Open anufrievroman opened 1 year ago

anufrievroman commented 1 year ago

Hi, I am a maintainer of waypaper app, that uses wallutils as one of the backends for wallpaper setting. I have a couple of questions:

1) While all other backends support background color (color behind the wallpaper), I can't find the option to set it here, sorry if I missed. Do you plan to support it?

2) Classically, wallpaper mods are usually either fill, fit, center, stretch, or tile, which are all different things. However, setwallpaper --mode only supports center, stretch, scale and tile. So, what's exactly the scale mode, and could you please add one more mode to be more uniform with other wallpaper tools?

Thank you.

xyproto commented 1 year ago

Thanks for reporting! I agree with the feature request.

Part of the problem is that some window managers supports some wallpaper modes while others don't, but I'll see what I can do.