From 5efd215969878fc7e11135b7ebefb47b8681c092 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 21 Jun 2017 22:40:51 +1000 Subject: [PATCH] colors: Change function order --- wal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wal b/wal index a7264a1..06ebb3d 100755 --- a/wal +++ b/wal @@ -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