Skip to content

A C++ wallpaper manager for Windows. Planned features include managing or synchronising your wallpapers across platforms and computers.

Notifications You must be signed in to change notification settings

BionicCat27/WallpaperManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WallpaperManager

A C++ wallpaper manager for Windows.

Compilation

Compilation has been tested using g++ on Windows 11. To compile, run the following command:

g++ main.cpp -o main

Execution

The program will accept an image path as the first argument, or the path specified in a file named "config" in this directory.

Via arguments

To run the program via arguments, run the following command:

main.exe "C:\Photos\background.png"

Via config file

To run the program by config file, create a file named "config" in this directory. Or you could copy the "config.example" file and enter the path to your background image. Then run the following command:

main.exe

About

A C++ wallpaper manager for Windows. Planned features include managing or synchronising your wallpapers across platforms and computers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages