xyproto / wallutils

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

As a User I would like to send an image to each monitor according to the dimensions of their screens #33

Open dimus opened 1 year ago

dimus commented 1 year ago

Hello @xyproto, I want to make a more interesting backgrounds for proportionally scaled images. I use wallutils as a backend.

To achieve this I create a wallpaper of the right proportions and then use 'fill' method to display it. All works well for one monitor, but if there are several monitors of different dimensions, 'fill' method breaks.

It would be great to have an ability to send an individually adjusted image to each monitor. Would it be possible?

xyproto commented 1 year ago

Yes, it should be possible, for most window managers, I believe. Thanks for the feature request!

dimus commented 1 year ago

Here is a relevant answer on how such functionality can be achieved with feh: https://stackoverflow.com/a/74822443/23080