Skip to content

mmmsoup/walle

Repository files navigation

wall-e

A silly little wallpaper programme for X that has a few features for vaguely fun visual effects, for example my set-up with bspwm, eww, and picom:

demo.mp4

Building

Requirements:

  • cmake
  • gperf
  • OpenGL C libraries (including glu)
  • python (v3 or above)
  • stb_image from stb
  • xxd
git clone --recurse-submodules https://github.com/mmmsoup/walle
cd walle
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=release ..
make