diff --git a/data/waypaper.1.gz b/data/waypaper.1.gz index fc9eb27..3e458d3 100644 --- a/data/waypaper.1.gz +++ b/data/waypaper.1.gz @@ -34,6 +34,10 @@ List wallpapers and monitors in json format. \fB\-\-wallpaper XXX \fP Set the wallpaper from the provided path and save it in the config. +.TP +\fB\-\-folder \fP +Set the folder of wallpaper images. + .TP \fB\-\-backend XXX \fP Specify which backend to use, which can be either \fIswaybg, swww, feh\fR, or \fIwallutils\fR. Useful if you use waypaper on both Wayland and Xorg on the same machine. By default, last used backend is used. diff --git a/setup.py b/setup.py index 1041cf5..f522c02 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ] }, install_requires=["PyGObject", "importlib_metadata", "platformdirs", "Pillow"], - version='2.2', + version='2.3', python_requires='>3.9', classifiers=[ "Development Status :: 4 - Beta", diff --git a/waypaper/__main__.py b/waypaper/__main__.py index 7768099..8cfde64 100644 --- a/waypaper/__main__.py +++ b/waypaper/__main__.py @@ -81,7 +81,7 @@ def run(): change_wallpaper(wallpaper, cf, monitor, txt) time.sleep(0.1) sys.exit(0) - + # Set wallpaper from user arguments: if args.wallpaper: monitor = "All"