aboutsummaryrefslogtreecommitdiff
path: root/link.sh
diff options
context:
space:
mode:
Diffstat (limited to 'link.sh')
-rwxr-xr-xlink.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/link.sh b/link.sh
index e3c987f..a7440eb 100755
--- a/link.sh
+++ b/link.sh
@@ -23,3 +23,7 @@ for _d in * ; do
fi
ln -sv "$(pwd)"/"$_d" "$dest"
done
+
+if ! [ -r "$HOME/.wallpaper.jpg" ] ; then
+ echo "Warning: no $HOME/.wallpaper.jpg found. Put a file or link there to set wallpaper"
+fi