mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 17:19:08 +02:00
wallpaper: Update docs
This commit is contained in:
parent
9bb8f354a9
commit
4bfa9a99d9
@ -32,7 +32,7 @@ def xfconf(path, img):
|
|||||||
|
|
||||||
|
|
||||||
def set_wm_wallpaper(img):
|
def set_wm_wallpaper(img):
|
||||||
"""Set the wallpaper for window manager environments."""
|
"""Set the wallpaper for non desktop environments."""
|
||||||
if shutil.which("feh"):
|
if shutil.which("feh"):
|
||||||
subprocess.Popen(["feh", "--bg-fill", img])
|
subprocess.Popen(["feh", "--bg-fill", img])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user