From fef3bc888a8a542e844faf9ad517db6a2842b6d2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Jun 2017 12:20:06 +1000 Subject: General: Set the wallpaper earlier. --- wal.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wal.py b/wal.py index 36a3ae1..4b53b92 100644 --- a/wal.py +++ b/wal.py @@ -385,6 +385,9 @@ def main(): if args.i: image = str(get_image(args.i)) + # Set the wallpaper. + set_wallpaper(image) + # Create colorscheme dir. pathlib.Path(CACHE_DIR + "schemes").mkdir(parents=True, exist_ok=True) @@ -393,7 +396,6 @@ def main(): # Set the colors. send_sequences(colors, args.t) - set_wallpaper(image) export_plain(colors) export_xrdb(colors) -- cgit v1.2.3