Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02302587e1 | ||
|
|
e57dbff383 | ||
|
|
ee9bef007e | ||
|
|
61bcec9564 | ||
|
|
6c9b4da571 |
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
### 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`
|
||||||
12
build.sh
12
build.sh
@@ -7,18 +7,10 @@
|
|||||||
function create {
|
function create {
|
||||||
cd "$SRC"
|
cd "$SRC"
|
||||||
mkdir -p x1 x1_25 x1_5 x2
|
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
|
# generate cursors
|
||||||
if [[ "$THEME" =~ White$ ]]; then
|
if [[ "$THEME" =~ White$ ]]; then
|
||||||
BUILD="$SRC"/../dist-white
|
BUILD="$SRC"/../dist-white
|
||||||
else BUILD="$SRC"/../dist
|
else BUILD="$SRC"/../posy-default
|
||||||
fi
|
fi
|
||||||
OUTPUT="$BUILD"/cursors
|
OUTPUT="$BUILD"/cursors
|
||||||
ALIASES="$SRC"/cursorList
|
ALIASES="$SRC"/cursorList
|
||||||
@@ -68,7 +60,7 @@ function create {
|
|||||||
|
|
||||||
# generate pixmaps from svg source
|
# generate pixmaps from svg source
|
||||||
SRC=$PWD/src
|
SRC=$PWD/src
|
||||||
THEME="Posy"
|
THEME="Posy Default"
|
||||||
|
|
||||||
create svg
|
create svg
|
||||||
|
|
||||||
|
|||||||
3
dist/index.theme
vendored
3
dist/index.theme
vendored
@@ -1,3 +0,0 @@
|
|||||||
[Icon Theme]
|
|
||||||
Name=Posy
|
|
||||||
|
|
||||||
1
posy-default/cursors/move
Symbolic link
1
posy-default/cursors/move
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
dnd-move
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user