gitextract_ogqqcdac/ ├── .github/ │ └── workflows/ │ └── release.yml ├── README.md ├── miku-cursor-linux/ │ ├── cursor.theme │ ├── cursors/ │ │ ├── alias │ │ ├── all-scroll │ │ ├── arrow │ │ ├── bd_double_arrow │ │ ├── bottom_left_corner │ │ ├── bottom_right_corner │ │ ├── bottom_side │ │ ├── circle │ │ ├── closedhand │ │ ├── cross │ │ ├── crossed_circle │ │ ├── crosshair │ │ ├── default │ │ ├── dnd-copy │ │ ├── dnd-link │ │ ├── dnd-move │ │ ├── dnd-no-drop │ │ ├── dnd-none │ │ ├── dnd_ask │ │ ├── dotbox │ │ ├── dotbox_mask │ │ ├── draft │ │ ├── draped_box │ │ ├── e-resize │ │ ├── fleur │ │ ├── forbidden │ │ ├── grab │ │ ├── grabbing │ │ ├── hand │ │ ├── hand1 │ │ ├── hand2 │ │ ├── help │ │ ├── ibeam │ │ ├── ibeam_(old) │ │ ├── icon │ │ ├── left_ptr │ │ ├── left_ptr_help │ │ ├── left_side │ │ ├── link │ │ ├── move │ │ ├── n-resize │ │ ├── ne-resize │ │ ├── no-drop │ │ ├── not-allowed │ │ ├── openhand │ │ ├── pointer │ │ ├── pointing_hand │ │ ├── progress │ │ ├── question_arrow │ │ ├── right_side │ │ ├── s-resize │ │ ├── se-resize │ │ ├── size_all │ │ ├── sw-resize │ │ ├── tcross │ │ ├── text │ │ ├── text_(old) │ │ ├── top_left_arrow │ │ ├── top_left_corner │ │ ├── top_right_corner │ │ ├── top_side │ │ ├── w-resize │ │ ├── wait │ │ ├── watch │ │ ├── whats_this │ │ ├── xterm │ │ ├── zoom_in │ │ └── zoom_out │ └── index.theme └── miku-cursor-windows/ ├── Beam.ani ├── Beam_old.ani ├── Blinking Cursor.ani ├── Book Cursor.ani ├── Diagonal Resize 1.ani ├── Diagonal Resize 2.ani ├── Horizontal Resize.ani ├── Install.inf ├── Kotatsu Cursor.ani ├── Leekspin Cursor.ani ├── Move.ani ├── Precision Select.ani ├── README.txt ├── Singing Cursor.ani ├── Sleeping.ani ├── Unavailable.ani ├── Vertical Resize.ani ├── alias.ani ├── all-scroll.ani ├── ask.ani ├── beam.ani ├── circle.ani ├── copy.ani ├── crosshair.ani ├── dnd_ask.ani ├── dotbox.ani ├── grabbing.ani ├── hand1_.ani ├── hand2_.ani ├── handwriting.ani ├── handwritting.ani ├── progress.ani ├── zoom_in.ani └── zoom_out.ani