- 🎬 full gif animation support
- 🖼️ multiple display modes (stretch/center/tile)
- 🚀 lightweight x11 implementation
- 📦 easy installation
⚠️ does not work on wayland⚠️ might have conflicts with compositors like picom
- 📝 c compiler (gcc or clang)
- 🔧 make
- 🖥️ x11 libraries and headers (xlib)
git clone https://github.com/getjared/gifw.git
cd gifw
make
sudo make install
./gifw path/to/your/awesome.gif [stretch|center|tile]
stretch
: fills the entire screencenter
: places gif in the middletile
: repeats the gif across the screen
add to your .xinitrc
:
gifw /home/user/wallpapers/avd.gif stretch &
- 🎨 use with solid-color compositors for best performance
- 🖥️ works great with minimalist window managers
- 💡 try different modes for different gif sizes
- ⚡ consider gif size vs performance trade-offs
╭─────────────────────────╮
│ made with ♥ by jared │
╰─────────────────────────╯