Compare commits

...

12 Commits
v3.4 ... v3.6.2

Author SHA1 Message Date
Dmitry
74ab7d14ce Change repository structure 2019-10-31 22:45:05 +04:00
Dmitry
9599f80ff8 Make script stop when needed software is not installed (fixes #1) 2019-10-30 18:51:16 +04:00
Dmitry
31d3d98a51 Update README.md 2019-10-30 18:23:19 +04:00
Dmitry
8e436e5036 Change repository structure 2019-10-30 18:20:00 +04:00
Dmitry
8a599a3351 Add missing cursors 2019-10-30 12:10:59 +04:00
Dmitry
406d6145cc Minor cleanup of scripts 2019-10-28 18:28:32 +04:00
Dmitry
9e8d5c90e2 Update README.md 2019-10-28 16:37:04 +04:00
Dmitry
be3dc36490 Sort symlinks 2019-10-28 14:32:18 +04:00
Dmitry
cb3f60c85c Add some missing cursors 2019-10-28 14:19:47 +04:00
Dmitry
2aee6245c5 Update not-allowed cursor 2019-10-28 04:07:16 +04:00
Dmitry
0ef7e2786d Draw new hand cursors, redraw some others 2019-10-28 03:27:33 +04:00
Dmitry
05c4b1ee2d Update README.md 2019-10-27 13:48:06 +04:00
1451 changed files with 400 additions and 90 deletions

28
.gitignore vendored
View File

@@ -1,16 +1,12 @@
Black/x1/ Main/Black/x1/
Black/x1_25/ Main/Black/x1_25/
Black/x1_5/ Main/Black/x1_5/
BlackTiny/x1/ Main/BlackTiny/x1/
BlackTiny/x1_25/ Main/BlackTiny/x1_25/
BlackTiny/x1_5/ Main/BlackTiny/x1_5/
White/x1/ Main/White/x1/
White/x1_25/ Main/White/x1_25/
White/x1_5/ Main/White/x1_5/
WhiteTiny/x1/ Main/WhiteTiny/x1/
WhiteTiny/x1_25/ Main/WhiteTiny/x1_25/
WhiteTiny/x1_5/ Main/WhiteTiny/x1_5/
posy-black-tiny/
posy-black/
posy-white-tiny/
posy-white/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,6 +1,6 @@
## Preview ## Preview
![Preview](https://cloud.auteiy.me/apps/files_sharing/publicpreview/2NonrWGYwDD94TW?x=1920&y=624&a=true&file=PreviewCursors.png&scalingup=0) ![Preview](https://cloud.auteiy.me/s/nqsGWPnKxT6KSEB/preview)
### Original ### Original
@@ -21,9 +21,45 @@ https://github.com/keeferrourke/capitaine-cursors
### Manual ### Manual
##### Build
You'll need:
`imagemagick` for converting images to different sizes
`xcursorgen` for creating **Xcursor** files
Run `bash Main/create.sh`
`cd Prebuilt`
Copy `posy-*` folders to `~/.icons` Copy `posy-*` folders to `~/.icons`
##### Download
Download this [archive](https://git.auteiy.me/dmitry/cursorsPosy/-/archive/master/cursorsPosy-master.tar.gz?path=Prebuilt)
Extract it
`cd cursorsPosy-master-Prebuilt/Prebuilt`
Copy `posy-*` folders to `~/.icons`
--- ---
#### After installation you can preview some of the cursors in action here #### After installation you can preview some of the cursors in action here
https://codepen.io/chriscoyier/pen/uCwfB https://codepen.io/chriscoyier/pen/uCwfB
### Special Thanks
##### To [Keefer Rourke](https://github.com/keeferrourke) for his [Capitaine Cursors](https://github.com/keeferrourke/capitaine-cursors) theme, from which I took scripts whole repository structure.
##### To [Patrick Gordon](https://github.com/paddygord) for creating [ani2 ico converter](https://github.com/paddygord/cursor-converter/) from Windows's formats
##### To FisHlaBsoMAN for creating [localemouse](https://bitbucket.org/group-of-coders/localemouse/src/master/) software that check current cursor in use.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -2,24 +2,18 @@
00008160000006810000408080010102 size_ver 00008160000006810000408080010102 size_ver
03b6e0fcb3499374a867c041f52298f0 circle 03b6e0fcb3499374a867c041f52298f0 circle
08e8e1c95fe2fc01f976f1e063a24ccd progress 08e8e1c95fe2fc01f976f1e063a24ccd progress
3ecb610c1bf2410f44200f48c40d3599 progress
5c6cd98b3f3ebcb1f9c7f1c204630408 help
9d800788f1b08800ae810202380a0822 pointer
640fb0e74195791501fd1ed57b41487f alias
1081e37283d90000800003c07f3ef6bf copy 1081e37283d90000800003c07f3ef6bf copy
3085a0e285430894940527032f8b26df alias 3085a0e285430894940527032f8b26df alias
3ecb610c1bf2410f44200f48c40d3599 progress
4498f0e0c1937ffe01fd06f973665830 dnd-move 4498f0e0c1937ffe01fd06f973665830 dnd-move
5c6cd98b3f3ebcb1f9c7f1c204630408 help
6407b0e94181790501fd1e167b474872 copy 6407b0e94181790501fd1e167b474872 copy
640fb0e74195791501fd1ed57b41487f alias
9081237383d90e509aa00f00170e968f dnd-move 9081237383d90e509aa00f00170e968f dnd-move
9d800788f1b08800ae810202380a0822 pointer
a2a266d0498c3104214a47bd64ab0fc8 alias a2a266d0498c3104214a47bd64ab0fc8 alias
b66166c04f8c3109214a4fbd64a50fc8 copy
d9ce0ab605698f320427677b458ad60b help
e29285e634086352946a0e7090d73106 pointer
fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move
grabbing dnd-move
nwse-resize size_fdiag
nesw-resize size_bdiag
arrow default arrow default
b66166c04f8c3109214a4fbd64a50fc8 copy
circle not-allowed circle not-allowed
closedhand dnd-move closedhand dnd-move
col-resize size_hor col-resize size_hor
@@ -27,13 +21,17 @@ color-picker crosshair
copy dnd-move copy dnd-move
cross crosshair cross crosshair
crossed_circle not-allowed crossed_circle not-allowed
d9ce0ab605698f320427677b458ad60b help
dnd-copy copy dnd-copy copy
dnd-none dnd-move dnd-none dnd-move
e-resize size_hor e-resize size_hor
e29285e634086352946a0e7090d73106 pointer
fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move
forbidden no-drop forbidden no-drop
grab openhand
grabbing dnd-move
h_double_arrow size_hor h_double_arrow size_hor
half-busy progress half-busy progress
grab openhand
hand1 pointer hand1 pointer
hand2 pointer hand2 pointer
ibeam text ibeam text
@@ -42,8 +40,12 @@ left_ptr_help help
left_ptr_watch progress left_ptr_watch progress
left_side left-arrow left_side left-arrow
link alias link alias
ll_angle bottom_left_corner
lr_angle bottom_right_corner
move dnd-move move dnd-move
n-resize size_ver n-resize size_ver
nesw-resize size_bdiag
nwse-resize size_fdiag
plus cell plus cell
pointing_hand pointer pointing_hand pointer
question_arrow help question_arrow help
@@ -54,6 +56,9 @@ sb_v_double_arrow size_ver
size_all fleur size_all fleur
split_h col-resize split_h col-resize
split_v row-resize split_v row-resize
tcross crosshair
ul_angle top_left_corner
ur_angle top_right_corner
v_double_arrow size_ver v_double_arrow size_ver
w-resize size_hor w-resize size_hor
watch wait watch wait

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 952 B

After

Width:  |  Height:  |  Size: 952 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
src/Black/x2/crosshair.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
src/Black/x2/dnd-move.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
src/Black/x2/help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Some files were not shown because too many files have changed in this diff Show More