Change default path

This commit is contained in:
CramMK
2020-06-09 14:33:17 +02:00
parent 0a973cafe8
commit 3f28dbcc15

View File

@@ -35,8 +35,7 @@ def list_wallpapers(wallpaper_list, *args):
if __name__ == "__main__":
### DEFAULT WALLPAPER DIRECTORY HERE
### "." means current directory
path = "."
path = "~/wallpaper"
parser = argparse.ArgumentParser()
parser.add_argument("-q", "--query", help="Refine selection")