Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
934890d92a | ||
|
|
707a5ca9ce | ||
|
|
4a95c65e10 | ||
|
|
7a7296ed1e | ||
|
|
df545e03d2 | ||
|
|
ceba53c830 | ||
|
|
f8dac337da | ||
|
|
02302587e1 | ||
|
|
e57dbff383 | ||
|
|
ee9bef007e | ||
|
|
61bcec9564 | ||
|
|
6c9b4da571 |
24
README.md
Normal file
24
README.md
Normal 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
|
||||
12
build.sh
12
build.sh
@@ -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
|
||||
|
||||
|
||||
BIN
dist/cursors/all-scroll
vendored
BIN
dist/cursors/all-scroll
vendored
Binary file not shown.
BIN
dist/cursors/bottom_right_corner
vendored
BIN
dist/cursors/bottom_right_corner
vendored
Binary file not shown.
BIN
dist/cursors/fleur
vendored
BIN
dist/cursors/fleur
vendored
Binary file not shown.
BIN
dist/cursors/top_right_corner
vendored
BIN
dist/cursors/top_right_corner
vendored
Binary file not shown.
3
dist/index.theme
vendored
3
dist/index.theme
vendored
@@ -1,3 +0,0 @@
|
||||
[Icon Theme]
|
||||
Name=Posy
|
||||
|
||||
BIN
posy-default/cursors/all-scroll
Normal file
BIN
posy-default/cursors/all-scroll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
posy-default/cursors/fleur
Normal file
0
posy-default/cursors/fleur
Normal file
1
posy-default/cursors/move
Symbolic link
1
posy-default/cursors/move
Symbolic link
@@ -0,0 +1 @@
|
||||
dnd-move
|
||||
BIN
posy-default/cursors/openhand
Normal file
BIN
posy-default/cursors/openhand
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
posy-default/cursors/top_right_corner
Normal file
BIN
posy-default/cursors/top_right_corner
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user