Skip to content

A simple script to create a wallpaper that spans across 2 screens of different resolutions.

License

Notifications You must be signed in to change notification settings

shubhamvasaikar/span-wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

span-wall

A simple script to create a wallpaper that spans across 2 screens of different resolutions.

Usage:

span-wall.py [-h] [-l LEFT] [-m MIDDLE] [-r RIGHT] [--ileft ILEFT] [--imiddle IMIDDLE] [--iright IRIGHT] [-o OUTPUT]

optional arguments:
-h, --help                 show this help message and exit
-l LEFT, --left LEFT       Resolution of left side screen, e.g. (1600x900)
-m MIDDLE, --middle MIDDLE Resolution of middle screen, e.g. (1280x720)
-r RIGHT, --right RIGHT    Resolution of right side screen, e.g. (1920x1080)
--ileft ILEFT              Path of left side image
--imiddle IMIDDLE          Path of middle image
--iright IRIGHT            Path of right side image
-o OUTPUT, --output OUTPUT Name of output image.

Example for 2 monitors:

python span-wall.py -l 1600x900 -r 1920x1080 --ileft r6left.jpg --iright r6right.jpg -o r6spanned

Left Image:

alt text

Right Image:

alt text

Final Image:

alt text

Example for 3 monitors:

python span-wall.py -l 1600x900 -m 1280x720 -r 1920x1080 --ileft mleft.jpg --imiddle mmiddle.jpg --iright mright.jpg -o m3spanned

Left Image:

alt text

Middle Image:

alt text

Right Image:

alt text

Final Image:

alt text

About

A simple script to create a wallpaper that spans across 2 screens of different resolutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages