aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfedora.sh2
-rwxr-xr-xlink.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/fedora.sh b/fedora.sh
index 28703b1..64a09f0 100755
--- a/fedora.sh
+++ b/fedora.sh
@@ -21,5 +21,5 @@ fi
export PATH="$zigdir:$PATH"
cd -
./bldRiver.sh
-sudo yum -y install foot bemenu waybar swaylock
+sudo yum -y install foot bemenu waybar swaylock swaybg
./bldSession.sh
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