Skip to content

just a loop who set wallpaper for display gif, support transparency

License

Notifications You must be signed in to change notification settings

Maxz44/foo-Wallpaper-Feh-Gif

 
 

Repository files navigation

About foo-Wallpaper-Feh-Gif

This is just a loop script that sets a gif as a wallpaper. Supports transparency. Requires feh (apt install feh)

! INCREASES CPU use

To run it

Download back4.sh and place your desired gif in the gif directory. For ubuntu/xfce use file back4.sh ubuntu-xfce, You can set stretched style in desktop panel.

cd ~
chmod +x back4.sh
./back4.sh 0.010 gif/pixel.gif &
#./back4 speed pathToGif &

autostart with i3, in i3 config :

exec_always --no-startup-id killall back4.sh 
exec_always --no-startup-id $HOME/back4.sh 0.03 Downloads/beautycity.gif

To stop it

killall back4.sh

Alternatively

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 &

To clean cache

rm -rf /tmp/back4

I search feh alternative light in cpu ress

About

just a loop who set wallpaper for display gif, support transparency

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%