Fix wallpaper paths

This commit is contained in:
maride 2017-09-03 01:35:07 +02:00
parent 3df47e621d
commit af9eda2a85

View File

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