mirror of
https://gitlab.com/ykkzde/posy-cursors
synced 2024-10-27 20:44:10 +00:00
Update README.md
This commit is contained in:
parent
61bcec9564
commit
ee9bef007e
@ -12,5 +12,8 @@ https://github.com/keeferrourke/capitaine-cursors
|
|||||||
cd posy-cursors
|
cd posy-cursors
|
||||||
makepkg -si
|
makepkg -si
|
||||||
```
|
```
|
||||||
<sub><sup>~~yay -S posy-cursors~~</sup></sub>
|
<sub><sup>yay -S posy-cursors</sup></sub>
|
||||||
|
|
||||||
|
### Manual:
|
||||||
|
|
||||||
|
Copy `posy-default` folder to `~/.icons`
|
||||||
|
4
build.sh
4
build.sh
@ -10,7 +10,7 @@ function create {
|
|||||||
# 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
|
||||||
@ -60,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
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user