A pixel-art cursor theme for Linux/KDE based on Magikarp from Pokémon.
All cursors are animated and available in multiple sizes: 32 × 32, 48 × 48, 64 × 64, 96 × 96, 128 × 128 px.
- Download
Magikarp.tar.gzfrom the Releases page - Open System Settings → Cursors → add from file and select Magikarp
sudo pacman -S xorg-xcursorgen python-wand # Arch / KDE
pip install win2xcurgit clone https://github.com/YOUR_USERNAME/magikarp-cursor
cd magikarp-cursor
chmod +x build_magikarp_cursor.sh
./build_magikarp_cursor.shThe script outputs ~/Downloads/Magikarp.tar.gz. Install as in Option A.
| Cursor | X11 name |
|---|---|
| Select | left_ptr |
| Help Select | question_arrow |
| Working in Background | left_ptr_watch |
| Busy | watch |
| Precision Select | crosshair |
| Text Select | xterm |
| Handwriting | pencil |
| Unavailable | not-allowed |
| Vertical Resize | ns-resize |
| Horizontal Resize | ew-resize |
| Diagonal Resize ↘ | nwse-resize |
| Diagonal Resize ↗ | nesw-resize |
| Move | move |
| Alt Select | alias |
| Link Select | pointer |
| Location Select | cell |
| Person Select | default_person |
Original: https://www.rw-designer.com/cursor-set/magikarp
Packaged for Linux/KDE using win2xcur
