mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-14 16:38:24 +02:00
wallpaper: Use zoom mode in bgs.
This commit is contained in:
@ -49,7 +49,7 @@ def set_wm_wallpaper(img):
|
||||
util.disown(["nitrogen", "--set-zoom-fill", img])
|
||||
|
||||
elif shutil.which("bgs"):
|
||||
util.disown(["bgs", img])
|
||||
util.disown(["bgs", "-z", img])
|
||||
|
||||
elif shutil.which("hsetroot"):
|
||||
util.disown(["hsetroot", "-fill", img])
|
||||
|
Reference in New Issue
Block a user