mirror of
https://github.com/anufrievroman/waypaper.git
synced 2024-11-22 07:22:19 +03:00
Fixing feh backend
This commit is contained in:
parent
b117393242
commit
cded0e8a6e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user