Fix wallpaper paths
This commit is contained in:
parent
3df47e621d
commit
af9eda2a85
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user