output.mp4
From PyPI
pip install wallger
From GitHub
pip install git+https:/github.com/UltiRequiem/wallger
You may need to install this with administrative permissions, depending on your configuration.
~/.config/wallger/config.json
:
{
"resolution": [1600, 900],
"provider": "wallhaven",
"path": "/home/zero/disk/sabare/wallger",
"topic": "anime",
"tool": "feh",
"nsfw": false
}
-
Resolution: The resolution of you monitor
The expected value is a tuple of two integers, eg. [2800, 1900]
-
Provider: The wallpapers provider site
Currently just "Wallhaven" or "Unsplash"
-
Path: Where to save the images
So you can see your previous wallpapers later
- Topic: The topic of your wallpaper
Not all providers support this, eg. "Math", "Mirai Nikki", "JavaScript"
- Tool: The tool to change the Wallpaper
Accepts one of these 👉 ["feh", "gnome", "mate", "kde"]
- NSFW: Not safe for work
There are not default values, config is required!
- @neosaile/wpupd: Very similar to this, written in Node.js, by me and my father 😆
Wallger is licensed under the MIT License.