Choose random wallpaper from /etc/wallpapers
This commit is contained in:
parent
5c6d1322e0
commit
e61c0f7df8
@ -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 ~/background.jpg" >> $path/.xinitrc
|
echo "feh --bg-fill /etc/wallpaper/\$\(ls /etc/wallpaper/ | 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