diff options
| -rwxr-xr-x | wal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,10 +95,11 @@ def process_args(args): if args.i: image = str(get_image(args.i)) + colors = get_colors(image) + if not args.n: set_wallpaper(image) - colors = get_colors(image) return colors |
