From 97c7f5dda8bba6347a40bf7579009e1e414aab7b Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 11 Jan 2024 02:21:07 -0500 Subject: [PATCH] wallpaper message --- setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup b/setup index e9822fc..208d118 100755 --- a/setup +++ b/setup @@ -113,6 +113,7 @@ if ! test -d "$HOME"/Pictures; then fi if ! test -f "$HOME"/Pictures/Wallpapers/door2.jpg; then + printf "\nDownloading default wallpaper..." curl -so "$HOME"/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg "$HOME"/.local/bin/doorsbg fi