Cursor symblinks

This commit is contained in:
ful1e5 2020-11-01 10:03:22 +05:30
parent fcd1f8c62b
commit 3b073e76bc

View file

@ -3,7 +3,7 @@
## Symbolic Cursors ## Symbolic Cursors
| Preview | Source | Symbolic links | Windows Cursor name | | Preview | Source | Symbolic links | Windows Cursor name |
| :-------------------------------------------------------: | :---------------------: | :-------------------------------------------------------------: | :--------------------------: | | :-------------------------------------------------------: | :---------------------: | :-------------------------------------------------------------: | :-----------------: |
| <img src="./static/all_scroll.svg" width="20%"/> | all_scroll.svg | `None` | `SizeAll.cur` | | <img src="./static/all_scroll.svg" width="20%"/> | all_scroll.svg | `None` | `SizeAll.cur` |
| <img src="./static/bottom_left_corner.svg" width="20%"/> | bottom_left_corner.svg | `fd_double_arrow.svg` `top_right_corner.svg` | `SizeNESW.cur` | | <img src="./static/bottom_left_corner.svg" width="20%"/> | bottom_left_corner.svg | `fd_double_arrow.svg` `top_right_corner.svg` | `SizeNESW.cur` |
| <img src="./static/bottom_right_corner.svg" width="20%"/> | bottom_right_corner.svg | `bd_double_arrow.svg` `top_left_corner.svg` | `SizeNWSE.cur` | | <img src="./static/bottom_right_corner.svg" width="20%"/> | bottom_right_corner.svg | `bd_double_arrow.svg` `top_left_corner.svg` | `SizeNWSE.cur` |
@ -18,6 +18,7 @@
| <img src="./static/hand1.svg" width="20%"/> | hand1.svg | `None` | | | <img src="./static/hand1.svg" width="20%"/> | hand1.svg | `None` | |
| <img src="./static/hand2.svg" width="20%"/> | hand2.svg | `None` | `Hand.cur` | | <img src="./static/hand2.svg" width="20%"/> | hand2.svg | `None` | `Hand.cur` |
| <img src="./static/left_ptr.svg" width="20%"/> | left_ptr.svg | `None` | `Arrow.cur` | | <img src="./static/left_ptr.svg" width="20%"/> | left_ptr.svg | `None` | `Arrow.cur` |
| <img src="./static/left_ptr_watch.svg" width="20%"/> | left_ptr_watch.svg | `None` | `AppStarting.ani` |
| <img src="./static/left_side.svg" width="20%"/> | left_side.svg | `right_side.svg` | | | <img src="./static/left_side.svg" width="20%"/> | left_side.svg | `right_side.svg` | |
| <img src="./static/left_tee.svg" width="20%"/> | left_tee.svg | `None` | | | <img src="./static/left_tee.svg" width="20%"/> | left_tee.svg | `None` | |
| <img src="./static/link.svg" width="20%"/> | link.svg | `dnd_link.svg` | | | <img src="./static/link.svg" width="20%"/> | link.svg | `dnd_link.svg` | |
@ -40,7 +41,7 @@
| <img src="./static/ul_angle.svg" width="20%"/> | ul_angle.svg | `None` | | | <img src="./static/ul_angle.svg" width="20%"/> | ul_angle.svg | `None` | |
| <img src="./static/ur_angle.svg" width="20%"/> | ur_angle.svg | `None` | | | <img src="./static/ur_angle.svg" width="20%"/> | ur_angle.svg | `None` | |
| <img src="./static/vertical_text.svg" width="20%"/> | vertical_text.svg | `None` | | | <img src="./static/vertical_text.svg" width="20%"/> | vertical_text.svg | `None` | |
| <img src="./animated/wait.svg" width="20%"/> | wait.svg | `left_ptr_watch.svg` | `AppStarting.ani` `Wait.ani` | | <img src="./animated/wait.svg" width="20%"/> | wait.svg | `None` | `Wait.ani` |
| <img src="./static/wayland_cursor.svg" width="20%"/> | wayland_cursor.svg | `None` | | | <img src="./static/wayland_cursor.svg" width="20%"/> | wayland_cursor.svg | `None` | |
| <img src="./static/x_cursor.svg" width="20%"/> | x_cursor.svg | `None` | | | <img src="./static/x_cursor.svg" width="20%"/> | x_cursor.svg | `None` | |
| <img src="./static/xterm.svg" width="20%"/> | xterm.svg | `None` | `IBeam.cur` | | <img src="./static/xterm.svg" width="20%"/> | xterm.svg | `None` | `IBeam.cur` |