This is just a loop script that sets a gif as a wallpaper. Supports transparency.
- feh or xload or xwallpaper
- md5sum
- imagemagick
- for auto speed calculation, bc package is needed
Download back4.sh and a gif. For ubuntu/xfce set prog=$select4 in back4.sh , You can set stretched style in desktop panel.
curl -L https://raw.githubusercontent.com/thomas10-10/foo-Wallpaper-Feh-Gif/master/install.sh | bash
back4.sh 0.010 gif/pixel.gif &
#back4 speed pathToGif &
set 'auto' speed option for automatically calculate speed (30 frames per second)
back4.sh auto gif/pixel.gif &
edit back4.sh, set prog=$select2 for xwallpaper, or select4 for ubuntu-xfce
exec_always --no-startup-id killall back4.sh
exec_always --no-startup-id $HOME/back4.sh 0.03 Downloads/beautycity.gif
killall back4.sh
You can add the speed as a suffix to your desired gif.
ls gif/pixel.gif-0.010
back4.sh gif/pixel.gif-0.010 &
rm -rf /tmp/back4
sudo sed -i s'@<policy domain="resource" name="memory" value=".*"/>@<policy domain="resource" name="memory" value="2GiB"/>@'g /etc/ImageMagick-6/policy.xml