about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-25 21:40:31 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-25 21:40:31 +0200
commit6fd818151aeb63164493f33a7ae87ff19f10ea94 (patch)
tree068e8a49c35a18558c6113b3fdedad72843f1c45
parentTemporary fix for gifs not overlaying (diff)
downloadsmart-wallpaper-6fd818151aeb63164493f33a7ae87ff19f10ea94.tar.gz
smart-wallpaper-6fd818151aeb63164493f33a7ae87ff19f10ea94.tar.bz2
smart-wallpaper-6fd818151aeb63164493f33a7ae87ff19f10ea94.zip
Added --no-fehbg option to feh
-rwxr-xr-xsmart-wallpaper4
1 files changed, 2 insertions, 2 deletions
diff --git a/smart-wallpaper b/smart-wallpaper
index d7bd4e5..54f5bde 100755
--- a/smart-wallpaper
+++ b/smart-wallpaper
@@ -52,7 +52,7 @@ set_wallpaper() {
       xwinwrap -ni -ov -ni -s -nf -un -argb -g $resolution -- mpv --fullscreen --on-all-workspaces --no-config --no-input-default-bindings --no-stop-screensaver --loop-file --no-audio --no-osc --no-osd-bar -wid WID --quiet $1 &
       procid=$!
     else
-      feh --bg-fill $1
+      feh --no-fehbg --bg-fill $1
       procid=''
     fi
   else
@@ -63,7 +63,7 @@ set_wallpaper() {
       mpv --fullscreen --on-all-workspaces --no-config --no-input-default-bindings --no-stop-screensaver --loop-file --no-audio --no-osc --no-osd-bar -wid 0 --quiet $1 &
       procid=$!
     else
-      feh --bg-fill $1
+      feh --no-fehbg --bg-fill $1
       procid=''
     fi
   fi