✨Powered by Weblate✨
Find your favorite Windows spotlight images
- View all of Windows Spotlight's images stored locally on your machine
- Easily export them as an images on disk
- Use them as desktop wallpapers
See CONTRIBUTING.md for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.
Spotlight uses vcpkg
to manage its dependencies and cmake
as its build system.
Ensure both vcpkg
and cmake
are installed on your system before building.
A C++20 compiler is also required to build Spotlight.
- Set the
VCPKG_ROOT
environment variable to the path of your vcpkg installation's root directory.
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-windows
- Run
vcpkg install libnick libjpeg-turbo boost-gil qtbase qtsvg qttools
- First, clone/download the repo.
- Open a terminal and navigate to the repo's root directory.
- Create a new
build
directory andcd
into it.
- From the
build
folder, runcmake .. -G "Visual Studio 17 2022"
. - From the
build
folder, runcmake --build . --config Release
. - After these commands complete, Spotlight will be successfully built and its binaries can be found in the
org.nickvision.spotlight.winui/Release
folder of thebuild
folder.
This project follows the GNOME Code of Conduct.