summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylanaraps@users.noreply.github.com>2017-07-02 23:28:58 +1000
committerGitHub <noreply@github.com>2017-07-02 23:28:58 +1000
commit4bfa9a99d95db589fb9208bfbe7a9c47eaae6f67 (patch)
tree75c8c106774de156d88e41e75facfcf58e8ffe9b /pywal
parent9bb8f354a9ffa4b9bba7e0a1d5b77a76cac63868 (diff)
wallpaper: Update docs
Diffstat (limited to 'pywal')
-rw-r--r--pywal/wallpaper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/wallpaper.py b/pywal/wallpaper.py
index 48d4249..cc953c2 100644
--- a/pywal/wallpaper.py
+++ b/pywal/wallpaper.py
@@ -32,7 +32,7 @@ def xfconf(path, img):
def set_wm_wallpaper(img):
- """Set the wallpaper for window manager environments."""
+ """Set the wallpaper for non desktop environments."""
if shutil.which("feh"):
subprocess.Popen(["feh", "--bg-fill", img])