Create wallpapers that span perfectly across multiple monitors with different resolutions, scaling settings, and physical sizes.
Use this field only if your monitors are not bottom-aligned in your system settings. See the images below to determine if you need it.
Bottom-aligned: You don't need xrandr output
Not bottom-aligned: You need xrandr output
If you need it: Open your terminal, run xrandr, and paste the entire output into the field below all monitors. The system will automatically calculate the pixel offsets needed to align your wallpaper correctly.
If you don't have GNOME Tweaks installed, install it using your package manager:
sudo apt install gnome-tweaks # For Ubuntu/Debian
sudo dnf install gnome-tweaks # For Fedora
sudo pacman -S gnome-tweaks # For Arch Linux To apply the wallpaper:
Everything happens in your browser, your images never leave your device. The setups are saved locally in your browser.
If you are intrested in how this works, check out the github link down below. Its a python script that does the exact same the Linux X11 varaints do. I plan to add the windows version there as well sometime..., windows handles scaling a bit different so the python script wont work on windows yet.
View on GitHubxrandr command here.