From 363c51a386d73b5eda9727e6f8b0f70a78faac37 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 22 Jan 2024 20:50:39 -0500 Subject: Add swaybg and a note about wallpaper --- fedora.sh | 2 +- link.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3