mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-15 08:52: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])
|
util.disown(["nitrogen", "--set-zoom-fill", img])
|
||||||
|
|
||||||
elif shutil.which("bgs"):
|
elif shutil.which("bgs"):
|
||||||
util.disown(["bgs", img])
|
util.disown(["bgs", "-z", img])
|
||||||
|
|
||||||
elif shutil.which("hsetroot"):
|
elif shutil.which("hsetroot"):
|
||||||
util.disown(["hsetroot", "-fill", img])
|
util.disown(["hsetroot", "-fill", img])
|
||||||
|
Reference in New Issue
Block a user