mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 17:19:08 +02:00
General: Set the wallpaper earlier.
This commit is contained in:
parent
89e12a61c5
commit
fef3bc888a
4
wal.py
4
wal.py
@ -385,6 +385,9 @@ def main():
|
|||||||
if args.i:
|
if args.i:
|
||||||
image = str(get_image(args.i))
|
image = str(get_image(args.i))
|
||||||
|
|
||||||
|
# Set the wallpaper.
|
||||||
|
set_wallpaper(image)
|
||||||
|
|
||||||
# Create colorscheme dir.
|
# Create colorscheme dir.
|
||||||
pathlib.Path(CACHE_DIR + "schemes").mkdir(parents=True, exist_ok=True)
|
pathlib.Path(CACHE_DIR + "schemes").mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
@ -393,7 +396,6 @@ def main():
|
|||||||
|
|
||||||
# Set the colors.
|
# Set the colors.
|
||||||
send_sequences(colors, args.t)
|
send_sequences(colors, args.t)
|
||||||
set_wallpaper(image)
|
|
||||||
export_plain(colors)
|
export_plain(colors)
|
||||||
export_xrdb(colors)
|
export_xrdb(colors)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user