Skip to content

espero451/wowmouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

wowmouse

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 (for current user)

  1. Install dependencies on Debian:
sudo apt update
sudo apt install -y python3 python3-pyqt6 python3-xlib
  1. 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/wowmouse

Replace /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"

Run:

wowmouse

To run without installing, place overlay.png next to wowmouse.py, then:

python3 wowmouse.py

Releases

No releases published

Packages

 
 
 

Contributors

Languages