Change location of i3/unsplash wallpapers to /usr/share instead of /etc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user