An utility used for changing wallpapers dynamically. This was created as a hobby beginning project, and is at very early development stage. Uses nlohmann/json library for config parsing.
G++ is needed for compiling. Clone this repository and execute make install
in the folder.
The config file should be located in this location: /home/$USER/.config/dynapapers/config.json
.
{
"silent": false,
"path": "/home/steveisglitched/Documents/24h/",
"cmd": "swww img ",
"fileExtensions": ".png",
"updateInterval": 50
}
The program will update wallpapers depending on current hour, for example if right now is 15:25, it will find picture called 15.png
in the path
directory, specified in config. The program will check current hour every updateInterval
seconds.