From af26245572ea193bb00c0941192a90e1cae3e7b1 Mon Sep 17 00:00:00 2001 From: Roman <42904990+anufrievroman@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:45:24 +0100 Subject: [PATCH] Update changer.py fixing #27 --- waypaper/changer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waypaper/changer.py b/waypaper/changer.py index 344b982..cd0e569 100644 --- a/waypaper/changer.py +++ b/waypaper/changer.py @@ -22,7 +22,7 @@ def change_wallpaper(image_path, cf, monitor, txt): # if monitor != "All": # command.extend(["-o", monitor]) command.extend(["-i", image_path]) - command.extend(["-m", fill, "-c", color]) + command.extend(["-m", fill, "-c", cf.color]) subprocess.Popen(command) print(f"{txt.msg_setwith} {cf.backend}")