Skip to content

Commit

Permalink
🐞 70-wallpaper (scripts): handle missing wallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
electricduck committed Nov 30, 2023
1 parent 686861e commit 7f17356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/70-wallpaper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ if [[ -f "${_wallpaper_dir}/$wallpaper.jpg" ]]; then
fi
fi
fi
else
set_property /usr/share/glib-2.0/schemas/00_sodalite.gschema.override picture-uri "'file:\/\/$(echo "${_wallpaper_dir}/$_fallback_wallpaper" | sed "s|/|\\\/|g").jpg'"
fi

0 comments on commit 7f17356

Please sign in to comment.