Small X11 overlay that draws a cursor image and plays a "WOW" scale animation when any mouse button is pressed. The overlay is click-through and follows the system cursor.
Tested on Debian 13. Feedback from testing on other distros is welcome.
- Install dependencies on Debian:
sudo apt update
sudo apt install -y python3 python3-pyqt6 python3-xlib- Create a launcher in
~/.local/bin:
cat > ~/.local/bin/wowmouse <<'EOF'
#!/bin/sh
cd /absolute/path/to/wowmouse
exec python3 /absolute/path/to/wowmouse/wowmouse.py
EOF
chmod 755 ~/.local/bin/wowmouseReplace /absolute/path/to/wowmouse with your project directory. If you move
the directory later, update the launcher.
s
If ~/.local/bin is not in your PATH, add:
export PATH="$HOME/.local/bin:$PATH"wowmouseTo run without installing, place overlay.png next to wowmouse.py, then:
python3 wowmouse.py