hidamari icon indicating copy to clipboard operation
hidamari copied to clipboard

feature request: different settings for each monitor

Open justTravis opened this issue 11 months ago • 3 comments

I have one horizontal monitor and one vertical. I'd love to be able to pick different wallpaper for each. Is this possible?

justTravis avatar Mar 29 '24 15:03 justTravis

1+ For this.

Suavevillain avatar Mar 31 '24 16:03 Suavevillain

+2 For this.

JizzyOnGithub avatar May 02 '24 00:05 JizzyOnGithub

Same as https://github.com/jeffshee/hidamari/issues/46. You just need rotated videos. If you don't, you can use this script https://github.com/xaprier/scripting/blob/main/python/transpose.py which is transposes videos in directory threaded way.

Rotate right:

python3 transpose.py -t 1 Videos_Dir

Rotate left:

python3 transpose.py -t 2 Videos_Dir

@jeffshee

xaprier avatar Jun 13 '24 18:06 xaprier