fixed wallpaper error that occurs when using more than one monitor/wallpaper with nitrogen

This commit is contained in:
Matthew Treadwell 2016-03-16 16:38:36 -07:00
parent e48a43327d
commit e1de9ec0b7
1 changed files with 1 additions and 1 deletions

View File

@ -1796,7 +1796,7 @@ getwallpaper () {
img="$(awk -F\' '/feh/ {printf $2}' "$HOME/.fehbg")"
elif type -p nitrogen >/dev/null 2>&1; then
img="$(awk -F'=' '/file/ {printf $2}' "$HOME/.config/nitrogen/bg-saved.cfg")"
img="$(awk -F'=' '/file/ {printf $2;exit;}' "$HOME/.config/nitrogen/bg-saved.cfg")"
elif type -p gsettings >/dev/null 2>&1; then
case "$XDG_CURRENT_DESKTOP" in