python.pkgs.pywal: fix path to feh

This commit is contained in:
Frederik Rietdijk 2018-12-26 13:30:58 +01:00
parent 3f93d68ebb
commit 2f62e382af

View file

@ -1,11 +1,11 @@
commit 99ef6bfc51ee401f6762183f8e323b8306a8ce56
commit c31faa212e09aa62c232d9008e05976b1cdc9ee5
Author: Frederik Rietdijk <fridh@fridh.nl>
Date: Wed Dec 26 12:54:32 2018 +0100
nix: hardcode feh
diff --git a/pywal/wallpaper.py b/pywal/wallpaper.py
index ba61e66..6107305 100644
index ba61e66..fad34f7 100644
--- a/pywal/wallpaper.py
+++ b/pywal/wallpaper.py
@@ -47,27 +47,7 @@ def xfconf(path, img):
@ -33,7 +33,7 @@ index ba61e66..6107305 100644
- else:
- logging.error("No wallpaper setter found.")
- return
+ return util.disown(["@feh@/bin/feh", "--bg-fill", img])
+ return util.disown(["@feh@", "--bg-fill", img])
def set_desktop_wallpaper(desktop, img):