aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-22 20:50:39 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-22 20:50:39 -0500
commit363c51a386d73b5eda9727e6f8b0f70a78faac37 (patch)
tree9b06e3ba2e443899376439719c272870cd8633bb
parent27155dfe68b67d230bc9e3562d5248ec38703233 (diff)
downloadrivercfg-363c51a386d73b5eda9727e6f8b0f70a78faac37.tar.gz
rivercfg-363c51a386d73b5eda9727e6f8b0f70a78faac37.tar.xz
Add swaybg and a note about wallpaper
-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