From 6716c8edf43dbb15890b187f34fefa032b003b2d Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 23 Dec 2024 21:54:47 +0000 Subject: Read users homedir .cach/wallpaper into variable wallpaper and removed commented out export wallpaper. --- .config/river/autostart.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/river/autostart.sh') diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index 84b9196..c8cfa52 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -15,8 +15,7 @@ pkill -f kanshi kanshi & # $wallpaper is set in your shells config file like below. -# read -r wallpaper<~/.cache/wallpaper -# export wallpaper +read -r wallpaper<"$HOME/.cache/wallpaper" pkill -f swaybg swaybg -m fill -i "$wallpaper" & -- cgit v1.2.3