Change location of i3/unsplash wallpapers to /usr/share instead of /etc

This commit is contained in:
mkuegler
2019-03-03 19:04:03 +01:00
parent 858ca5d3ab
commit 947d2b72f0
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ fi
echo "~> Creating .xinitrc"
echo "compton -CGb" > $path/.xinitrc
echo "feh --bg-fill /etc/wallpapers/\$(ls /etc/wallpapers/ | shuf -n 1)" >> $path/.xinitrc
echo "feh --bg-fill /usr/share/wallpapers/\$(ls /usr/share/wallpapers/ | shuf -n 1)" >> $path/.xinitrc
echo "exec i3" >> $path/.xinitrc
amf_return=0