adi1090x / dynamic-wallpaper

A simple bash script to set wallpapers according to current time, using cron job scheduler.
GNU General Public License v3.0
1.91k stars 116 forks source link

Aspect ratio handling #24

Closed hixan closed 3 years ago

hixan commented 4 years ago

When used on monitors with strange aspect ratios (eg ultrawide or portrait) the background gets stretched and looks quite odd. Is there a way to configure behaviour when the aspect ratio of the image does not match the aspect ratio of the display?

adi1090x commented 4 years ago

Try feh modes of wallpaper setting, and use accordingly in the script.

hixan commented 4 years ago

Why is style an argument for -s and -o? would it make more sense to simply have -o as an optional flag and style as a required positional argument?

adi1090x commented 3 years ago

Done.