Update changer.py

fixing #27
This commit is contained in:
Roman 2024-01-04 08:45:24 +01:00 committed by GitHub
parent e9b22f6ae8
commit af26245572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}")