Compare commits

...

12 Commits
v1.0 ... v1.3.4

Author SHA1 Message Date
Dmitry
934890d92a Fix typo 2019-10-25 19:25:39 +04:00
Dmitry
707a5ca9ce Remove fleur 2019-10-25 19:20:03 +04:00
Dmitry
4a95c65e10 Fix cursors 2019-10-25 19:15:43 +04:00
Dmitry
7a7296ed1e Fix some cursors 2019-10-25 19:11:46 +04:00
Dmitry
df545e03d2 Update README.md 2019-10-25 17:31:22 +04:00
Dmitry Porunov
ceba53c830 Delete LICENSE 2019-10-25 13:20:24 +00:00
Dmitry Porunov
f8dac337da Add LICENSE 2019-10-25 13:20:15 +00:00
Dmitry
02302587e1 Add grabbing 2019-10-25 17:11:36 +04:00
Dmitry
e57dbff383 Fix grabbing cursor 2019-10-25 17:06:13 +04:00
Dmitry
ee9bef007e Update README.md 2019-10-25 16:59:04 +04:00
Dmitry
61bcec9564 Update README.md 2019-10-25 16:39:09 +04:00
Dmitry
6c9b4da571 Add README.md, tweak build.sh 2019-10-25 16:04:02 +04:00
157 changed files with 32 additions and 17 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
### Original
https://michieldb.nl/other/cursors/
##### Build script from here
https://github.com/keeferrourke/capitaine-cursors
# Installation instructions
### Arch Linux
```
git clone https://aur.archlinux.org/posy-cursors.git
cd posy-cursors
makepkg -si
```
<sub><sup>yay -S posy-cursors</sup></sub>
### Manual
Copy `posy-default` folder to `~/.icons`
---
#### You can preview some of the cursors in action here
https://codepen.io/chriscoyier/pen/uCwfB

View File

@@ -7,18 +7,10 @@
function create {
cd "$SRC"
mkdir -p x1 x1_25 x1_5 x2
cd "$SRC"/$1
# find . -name "*.svg" -type f -exec sh -c 'inkscape -z -e "../x1/${0%.svg}.png" -w 32 -h 32 $0' {} \;
# find . -name "*.svg" -type f -exec sh -c 'inkscape -z -e "../x1_25/${0%.svg}.png" -w 40 -w 40 $0' {} \;
# find . -name "*.svg" -type f -exec sh -c 'inkscape -z -e "../x1_5/${0%.svg}.png" -w 48 -w 48 $0' {} \;
# find . -name "*.svg" -type f -exec sh -c 'inkscape -z -e "../x2/${0%.svg}.png" -w 64 -w 64 $0' {} \;
cd $SRC
# generate cursors
if [[ "$THEME" =~ White$ ]]; then
BUILD="$SRC"/../dist-white
else BUILD="$SRC"/../dist
else BUILD="$SRC"/../posy-default
fi
OUTPUT="$BUILD"/cursors
ALIASES="$SRC"/cursorList
@@ -68,7 +60,7 @@ function create {
# generate pixmaps from svg source
SRC=$PWD/src
THEME="Posy"
THEME="Posy Default"
create svg

Binary file not shown.

Binary file not shown.

BIN
dist/cursors/fleur vendored

Binary file not shown.

Binary file not shown.

3
dist/index.theme vendored
View File

@@ -1,3 +0,0 @@
[Icon Theme]
Name=Posy

Binary file not shown.

View File

1
posy-default/cursors/move Symbolic link
View File

@@ -0,0 +1 @@
dnd-move

Binary file not shown.

Binary file not shown.

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