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

Commit b0d7361

Browse files
authored
Update wallpaper.py
Add support for hsetroot to change wallpaper.
1 parent 1f134ac commit b0d7361

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)