diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/river/autostart.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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" & |