hidamari
hidamari copied to clipboard
feature request: different settings for each monitor
I have one horizontal monitor and one vertical. I'd love to be able to pick different wallpaper for each. Is this possible?
1+ For this.
+2 For this.
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