diff --git a/waypaper/changer.py b/waypaper/changer.py index b5568b8..12a04c2 100644 --- a/waypaper/changer.py +++ b/waypaper/changer.py @@ -97,10 +97,8 @@ def change_wallpaper(image_path, cf, monitor, txt): monitor = "" wallpaper_command = ["hyprctl", "hyprpaper", "wallpaper", f"{monitor},{image_path}"] unload_command = ["hyprctl", "hyprpaper", "unload", "all"] - time.sleep(0.1) subprocess.Popen(unload_command) subprocess.Popen(preload_command) - time.sleep(0.1) subprocess.Popen(wallpaper_command) elif cf.backend == "none":