An open API service indexing awesome lists of open source software.

https://github.com/cycneuramus/swaywall

An intelligent wallpaper switcher for Sway
https://github.com/cycneuramus/swaywall

python sway swaywm wallpaper wallpaper-changer wallpaper-rotator

Last synced: 3 months ago
JSON representation

An intelligent wallpaper switcher for Sway

Awesome Lists containing this project

README

        

## Swaywall

An intelligent wallpaper switcher for `swaywm`.

+ Sets a random wallpaper from a given directory
+ Remembers previous selections:
- Never repeats a wallpaper until the entire catalogue has been cycled through
- Can restore the latest selection (useful on `swaywm` start)

---

```
usage: swaywall [-h] [-r] dir

positional arguments:
dir path to wallpaper directory

options:
-h, --help show this help message and exit
-r, --restore restore latest wallpaper
```