Fixing feh backend

This commit is contained in:
Roman 2023-09-03 22:47:53 +09:00
parent b117393242
commit cded0e8a6e

View File

@ -57,7 +57,7 @@ def change_wallpaper(image_path, fill_option, color, backend, monitor):
fill = fill_types[fill_option.lower()]
command = ["feh", fill, "--image-bg", color]
command.extend([image_path])
subprocess.Popen([command])
subprocess.Popen(command)
print(f"{MSG_SETWITH} {backend}")
# wallutils backend: