BackgroundBrowser is an image viewer/downloader for Wallhaven.
Features
- Display 6, 12, or 24 images at a time
- Easily download multiple images at once
- Save to user-specified download folder
- Input your Wallhaven API key
Clone or download the repository from this page, then enter the BackgroundBrowser directory and execute the following:
qmake .
makeIf you wish to create an AppDir for AppImage creation, also create a folder named "AppDir" and execute:
make install INSTALL_ROOT=AppDirDownload mxe:
git clone https://github.com/mxe/mxe.gitEnter the mxe directory and run:
make qt5Enter the BackgroundBrowser directory and add mxe to your path:
export PATH=$PATH:<mxe directory>/usr/binRun mxe's qmake:
<mxe directory>/usr/i686-w64-mingw32.static/qt5/bin/qmake
makeThe executable should appear in a new directory called "release".
Thanks to this Stack Overflow user for these instructions, which I based the above on.
BackgroundBrowser was created using Qt 5.12.3. See more about Qt at qt.io.


