mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
wallpaper: change default target name to .png
We are using PNG because i3lock is using PNG.
This commit is contained in:
parent
ea3c1fd58b
commit
ffeef58722
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ from PIL import Image
|
|||
parser = optparse.OptionParser()
|
||||
parser.add_option("-d", "--directory", dest="directory", default=".",
|
||||
help="search for images in DIRECTORY", metavar="DIRECTORY")
|
||||
parser.add_option("-t", "--target", dest="target", default="background.jpg",
|
||||
parser.add_option("-t", "--target", dest="target", default="background.png",
|
||||
help="write background to FILE", metavar="FILE")
|
||||
parser.add_option("-c", "--crop", dest="crop", action="store_true",
|
||||
help="crop image instead of centering them")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue