Change default path
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user