Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ed9339c

Browse files
authored
Merge pull request #524 from plasmoduck/patch-1
Update wallpaper.py
2 parents 1f134ac + b0d7361 commit ed9339c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pywal/wallpaper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ def set_wm_wallpaper(img):
6565
elif shutil.which("xwallpaper"):
6666
util.disown(["xwallpaper", "--zoom", img])
6767

68+
elif shutil.which("hsetroot"):
69+
util.disown(["hsetroot", "-fill", img])
70+
6871
elif shutil.which("nitrogen"):
6972
util.disown(["nitrogen", "--set-zoom-fill", img])
7073

0 commit comments

Comments
 (0)