add default wallpaper

This commit is contained in:
Adam 2024-01-03 02:49:28 -05:00
parent eb233cea71
commit f2ba967748

9
setup
View file

@ -75,6 +75,15 @@ git submodule init && git submodule update
cd $HOME/.doors &&
$HOME/.doors/scripts/copy_and_link
# Copy default wallpaper
if ! test -d $HOME/Pictures/Wallpapers; then
mkdir $HOME/Pictures/Wallpapers
if ! test -f $HOME/Pictures/Wallpapers/door2.jpg; then
curl -o $HOME/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg
$HOME/.local/bin/doorsbg
fi
# Wrap up
echo -e "\nDone!\nLog out and back in for changes to take effect."