add default wallpaper
This commit is contained in:
parent
eb233cea71
commit
f2ba967748
1 changed files with 9 additions and 0 deletions
9
setup
9
setup
|
@ -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."
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue