├── .github └── workflows │ └── release.yml ├── README.md ├── miku-cursor-linux ├── cursor.theme ├── cursors │ ├── 00008160000006810000408080010102 │ ├── 028006030e0e7ebffc7f7070c0600140 │ ├── 03b6e0fcb3499374a867c041f52298f0 │ ├── 08e8e1c95fe2fc01f976f1e063a24ccd │ ├── 1081e37283d90000800003c07f3ef6bf │ ├── 14fef782d02440884392942c11205230 │ ├── 2870a09082c103050810ffdffffe0204 │ ├── 3085a0e285430894940527032f8b26df │ ├── 3ecb610c1bf2410f44200f48c40d3599 │ ├── 4498f0e0c1937ffe01fd06f973665830 │ ├── 5c6cd98b3f3ebcb1f9c7f1c204630408 │ ├── 6407b0e94181790501fd1e167b474872 │ ├── 640fb0e74195791501fd1ed57b41487f │ ├── 9081237383d90e509aa00f00170e968f │ ├── 9d800788f1b08800ae810202380a0822 │ ├── alias │ ├── all-scroll │ ├── arrow │ ├── bd_double_arrow │ ├── bottom_left_corner │ ├── bottom_right_corner │ ├── bottom_side │ ├── bottom_tee │ ├── c7088f0f3e6c8088236ef8e1e3e70000 │ ├── cell │ ├── circle │ ├── closedhand │ ├── col-resize │ ├── context-menu │ ├── copy │ ├── cross │ ├── cross_reverse │ ├── crossed_circle │ ├── crosshair │ ├── d9ce0ab605698f320427677b458ad60b │ ├── default │ ├── diamond_cross │ ├── dnd-ask │ ├── dnd-copy │ ├── dnd-link │ ├── dnd-move │ ├── dnd-no-drop │ ├── dnd-none │ ├── dnd_ask │ ├── dot_box_mask │ ├── dotbox │ ├── dotbox_mask │ ├── double_arrow │ ├── draft │ ├── draft_large │ ├── draft_small │ ├── draped_box │ ├── e-resize │ ├── e29285e634086352946a0e7090d73106 │ ├── ew-resize │ ├── fcf1c3c7cd4491d801f1e1c78f100000 │ ├── fd_double_arrow │ ├── fleur │ ├── forbidden │ ├── grab │ ├── grabbing │ ├── h_double_arrow │ ├── half-busy │ ├── hand │ ├── hand1 │ ├── hand2 │ ├── help │ ├── ibeam │ ├── ibeam_(old) │ ├── icon │ ├── left_ptr │ ├── left_ptr_help │ ├── left_ptr_watch │ ├── left_side │ ├── left_tee │ ├── link │ ├── ll_angle │ ├── lr_angle │ ├── move │ ├── n-resize │ ├── ne-resize │ ├── nesw-resize │ ├── no-drop │ ├── not-allowed │ ├── ns-resize │ ├── nw-resize │ ├── nwse-resize │ ├── openhand │ ├── pencil │ ├── pointer │ ├── pointer-move │ ├── pointing_hand │ ├── progress │ ├── question_arrow │ ├── right_ptr │ ├── right_side │ ├── right_tee │ ├── row-resize │ ├── s-resize │ ├── sb_down_arrow │ ├── sb_h_double_arrow │ ├── sb_left_arrow │ ├── sb_right_arrow │ ├── sb_up_arrow │ ├── sb_v_double_arrow │ ├── se-resize │ ├── size_all │ ├── size_bdiag │ ├── size_fdiag │ ├── size_hor │ ├── size_ver │ ├── sw-resize │ ├── target │ ├── tcross │ ├── text │ ├── text_(old) │ ├── top_left_arrow │ ├── top_left_corner │ ├── top_right_corner │ ├── top_side │ ├── top_tee │ ├── ul_angle │ ├── ur_angle │ ├── v_double_arrow │ ├── w-resize │ ├── wait │ ├── watch │ ├── whats_this │ ├── xterm │ ├── zoom-in │ ├── zoom-out │ ├── 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 ├── preview.png └── thumb.png /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/README.md -------------------------------------------------------------------------------- /miku-cursor-linux/cursor.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursor.theme -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/00008160000006810000408080010102: -------------------------------------------------------------------------------- 1 | bottom_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/028006030e0e7ebffc7f7070c0600140: -------------------------------------------------------------------------------- 1 | e-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/03b6e0fcb3499374a867c041f52298f0: -------------------------------------------------------------------------------- 1 | not-allowed -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/08e8e1c95fe2fc01f976f1e063a24ccd: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/1081e37283d90000800003c07f3ef6bf: -------------------------------------------------------------------------------- 1 | dnd-copy -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/14fef782d02440884392942c11205230: -------------------------------------------------------------------------------- 1 | e-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/2870a09082c103050810ffdffffe0204: -------------------------------------------------------------------------------- 1 | bottom_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/3085a0e285430894940527032f8b26df: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/3ecb610c1bf2410f44200f48c40d3599: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/4498f0e0c1937ffe01fd06f973665830: -------------------------------------------------------------------------------- 1 | all-scroll -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/6407b0e94181790501fd1e167b474872: -------------------------------------------------------------------------------- 1 | dnd-copy -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/640fb0e74195791501fd1ed57b41487f: -------------------------------------------------------------------------------- 1 | alias -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/9081237383d90e509aa00f00170e968f: -------------------------------------------------------------------------------- 1 | all-scroll -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/9d800788f1b08800ae810202380a0822: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/alias -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/all-scroll -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/arrow -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/bd_double_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/bd_double_arrow -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/bottom_left_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/bottom_right_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/bottom_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/bottom_tee: -------------------------------------------------------------------------------- 1 | bottom_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/c7088f0f3e6c8088236ef8e1e3e70000: -------------------------------------------------------------------------------- 1 | bd_double_arrow -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/cell: -------------------------------------------------------------------------------- 1 | crosshair -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/circle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/circle -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/closedhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/closedhand -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/col-resize: -------------------------------------------------------------------------------- 1 | e-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/context-menu: -------------------------------------------------------------------------------- 1 | dnd-link -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/copy: -------------------------------------------------------------------------------- 1 | dnd-copy -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/cross: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/cross -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/cross_reverse: -------------------------------------------------------------------------------- 1 | cross -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/crossed_circle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/crossed_circle -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/crosshair -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- 1 | help -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/default -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/diamond_cross: -------------------------------------------------------------------------------- 1 | cross -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dnd-ask: -------------------------------------------------------------------------------- 1 | dnd_ask -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dnd-copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/dnd-copy -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dnd-link: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/dnd-link -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/dnd-move -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/dnd-no-drop -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dnd-none: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/dnd-none -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dnd_ask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/dnd_ask -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dot_box_mask: -------------------------------------------------------------------------------- 1 | dotbox_mask -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dotbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/dotbox -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/dotbox_mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/dotbox_mask -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/double_arrow: -------------------------------------------------------------------------------- 1 | n-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/draft -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/draft_large: -------------------------------------------------------------------------------- 1 | draft -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/draft_small: -------------------------------------------------------------------------------- 1 | draft -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/draped_box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/draped_box -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/e-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/e-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- 1 | pointer -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/ew-resize: -------------------------------------------------------------------------------- 1 | e-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/fcf1c3c7cd4491d801f1e1c78f100000: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/fd_double_arrow: -------------------------------------------------------------------------------- 1 | bottom_left_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/fleur -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/forbidden: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/forbidden -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/grab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/grab -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/grabbing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/grabbing -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/h_double_arrow: -------------------------------------------------------------------------------- 1 | left_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/half-busy: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/hand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/hand -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/hand1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/hand1 -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/hand2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/hand2 -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/help -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/ibeam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/ibeam -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/ibeam_(old): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/ibeam_(old) -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/icon -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/left_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/left_ptr -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/left_ptr_help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/left_ptr_help -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/left_ptr_watch: -------------------------------------------------------------------------------- 1 | progress -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/left_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/left_tee: -------------------------------------------------------------------------------- 1 | left_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/link: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/link -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/ll_angle: -------------------------------------------------------------------------------- 1 | ne-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/lr_angle: -------------------------------------------------------------------------------- 1 | bottom_right_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/move -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/n-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/n-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/ne-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/ne-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/nesw-resize: -------------------------------------------------------------------------------- 1 | ne-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/no-drop -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/not-allowed -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/ns-resize: -------------------------------------------------------------------------------- 1 | n-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/nw-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/nwse-resize: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/openhand -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/pencil: -------------------------------------------------------------------------------- 1 | draft -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/pointer -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/pointer-move: -------------------------------------------------------------------------------- 1 | dnd-move -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/pointing_hand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/pointing_hand -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/progress -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/question_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/question_arrow -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/right_ptr: -------------------------------------------------------------------------------- 1 | draft -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/right_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/right_tee: -------------------------------------------------------------------------------- 1 | right_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/row-resize: -------------------------------------------------------------------------------- 1 | bottom_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/s-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/s-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/sb_down_arrow: -------------------------------------------------------------------------------- 1 | s-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- 1 | w-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/sb_left_arrow: -------------------------------------------------------------------------------- 1 | w-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/sb_right_arrow: -------------------------------------------------------------------------------- 1 | w-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/sb_up_arrow: -------------------------------------------------------------------------------- 1 | s-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- 1 | s-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/se-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/se-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/size_all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/size_all -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/size_bdiag: -------------------------------------------------------------------------------- 1 | sw-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/size_fdiag: -------------------------------------------------------------------------------- 1 | se-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/size_hor: -------------------------------------------------------------------------------- 1 | w-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/size_ver: -------------------------------------------------------------------------------- 1 | s-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/sw-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/sw-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/target: -------------------------------------------------------------------------------- 1 | dotbox -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/tcross: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/tcross -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/text -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/text_(old): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/text_(old) -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/top_left_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/top_left_arrow -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/top_left_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/top_right_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/top_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/top_tee: -------------------------------------------------------------------------------- 1 | top_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/ul_angle: -------------------------------------------------------------------------------- 1 | top_left_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/ur_angle: -------------------------------------------------------------------------------- 1 | top_right_corner -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/v_double_arrow: -------------------------------------------------------------------------------- 1 | top_side -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/w-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/w-resize -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/wait -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/watch -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/whats_this: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/whats_this -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/xterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/xterm -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/zoom-in: -------------------------------------------------------------------------------- 1 | zoom_in -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/zoom-out: -------------------------------------------------------------------------------- 1 | zoom_out -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/zoom_in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/zoom_in -------------------------------------------------------------------------------- /miku-cursor-linux/cursors/zoom_out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/cursors/zoom_out -------------------------------------------------------------------------------- /miku-cursor-linux/index.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-linux/index.theme -------------------------------------------------------------------------------- /miku-cursor-windows/Beam.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Beam.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Beam_old.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Beam_old.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Blinking Cursor.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Blinking Cursor.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Book Cursor.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Book Cursor.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Diagonal Resize 1.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Diagonal Resize 1.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Diagonal Resize 2.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Diagonal Resize 2.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Horizontal Resize.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Horizontal Resize.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Install.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Install.inf -------------------------------------------------------------------------------- /miku-cursor-windows/Kotatsu Cursor.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Kotatsu Cursor.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Leekspin Cursor.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Leekspin Cursor.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Move.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Move.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Precision Select.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Precision Select.ani -------------------------------------------------------------------------------- /miku-cursor-windows/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/README.txt -------------------------------------------------------------------------------- /miku-cursor-windows/Singing Cursor.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Singing Cursor.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Sleeping.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Sleeping.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Unavailable.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Unavailable.ani -------------------------------------------------------------------------------- /miku-cursor-windows/Vertical Resize.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/Vertical Resize.ani -------------------------------------------------------------------------------- /miku-cursor-windows/alias.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/alias.ani -------------------------------------------------------------------------------- /miku-cursor-windows/all-scroll.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/all-scroll.ani -------------------------------------------------------------------------------- /miku-cursor-windows/ask.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/ask.ani -------------------------------------------------------------------------------- /miku-cursor-windows/beam.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/beam.ani -------------------------------------------------------------------------------- /miku-cursor-windows/circle.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/circle.ani -------------------------------------------------------------------------------- /miku-cursor-windows/copy.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/copy.ani -------------------------------------------------------------------------------- /miku-cursor-windows/crosshair.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/crosshair.ani -------------------------------------------------------------------------------- /miku-cursor-windows/dnd_ask.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/dnd_ask.ani -------------------------------------------------------------------------------- /miku-cursor-windows/dotbox.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/dotbox.ani -------------------------------------------------------------------------------- /miku-cursor-windows/grabbing.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/grabbing.ani -------------------------------------------------------------------------------- /miku-cursor-windows/hand1_.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/hand1_.ani -------------------------------------------------------------------------------- /miku-cursor-windows/hand2_.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/hand2_.ani -------------------------------------------------------------------------------- /miku-cursor-windows/handwriting.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/handwriting.ani -------------------------------------------------------------------------------- /miku-cursor-windows/handwritting.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/handwritting.ani -------------------------------------------------------------------------------- /miku-cursor-windows/progress.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/progress.ani -------------------------------------------------------------------------------- /miku-cursor-windows/zoom_in.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/zoom_in.ani -------------------------------------------------------------------------------- /miku-cursor-windows/zoom_out.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/miku-cursor-windows/zoom_out.ani -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/preview.png -------------------------------------------------------------------------------- /thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supermariofps/hatsune-miku-windows-linux-cursors/HEAD/thumb.png --------------------------------------------------------------------------------