Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
anufrievroman committed Sep 1, 2024
1 parent 6228334 commit ed3e816
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions data/waypaper.1.gz
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion waypaper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed3e816

Please sign in to comment.