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
- Host: GitHub
- URL: https://github.com/cycneuramus/swaywall
- Owner: cycneuramus
- License: gpl-3.0
- Created: 2023-03-23T09:33:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T07:15:03.000Z (over 1 year ago)
- Last Synced: 2025-01-03T00:35:04.623Z (5 months ago)
- Topics: python, sway, swaywm, wallpaper, wallpaper-changer, wallpaper-rotator
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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] dirpositional arguments:
dir path to wallpaper directoryoptions:
-h, --help show this help message and exit
-r, --restore restore latest wallpaper
```