Skip to content

SteveIsGlitched/dynapapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynapapers

Dynapapers C++ - 100% License - GPL-3.0

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.

Installation

G++ is needed for compiling. Clone this repository and execute make install in the folder.

Usage

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.

About

An utility used for changing wallpapers dynamically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages