An unofficial opensource Pokemon cursor theme for Windows and Linux.
22 24 28 32 40 48 56 64 72 80 88 96
Check Figma file for .svg files.
Note: replace name according package name.
# extract `Pokemon.tar.gz`
tar -xvf Pokemon.tar.gz
# For local users
mv Pokemon ~/.icons/
# For all users
sudo mv Pokemon /usr/share/icons/
- unzip
Pokemon-Windows.zip
file - Open
Pokemon-Windows/
in Explorer, and right click oninstall.inf
. - Click 'Install' from the context menu, and authorize the modifications to your system.
- Open Control Panel > Personalization and Appearance > Change mouse pointers, and select Pokemon Cursors.
- Click 'Apply'.
# From local users
rm -rf ~/.icons/Pokemon
# From all users
sudo rm -rf /usr/share/icons/Pokemon
- Go to Registry Editor by typing the same in the start search box.
- Expand
HKEY_CURRENT_USER
folder and expandControl Panel
folder. - Go to
Cursors
folder and click onSchemes
folder - all the available custom cursors that are installed will be listed here. - Right Click on the name of cursor file you want to uninstall; for eg.: Pokemon Cursors and click
Delete
. - Click 'yes' when prompted.
- libxcursor
- libx11
- libpng (<=1.6)
brew install --cask xquartz
brew install libpng
sudo apt install libx11-dev libxcursor-dev libpng-dev
sudo pacman -S libx11 libxcursor libpng
sudo dnf install libX11-devel libXcursor-devel libpng-devel
GitHub Actions is automatically runs on every push
(on main and dev branches) and pull request
(on main branch), You found theme resources in artifact
section of build.GitHub Actions source is available inside .github/workflows directory.
Check Makefile for more targets.
make
make unix
make unix X_SIZES=22 # Only built '22px' pixel-size.
make unix X_SIZES=22 24 32 # Multiple sizes are provided with ' '(Space)
make install # install as user
# OR
sudo make install # install as root
make windows
make windows WIN_SIZE=96 # Supports only one pixel-size
For installation follow these steps.
Bugs should be reported here on the Github issues page.
You can create a issue, I will help you. 🙂
Check CONTRIBUTING.md, any suggestions for features and contributions to the continuing code masterelopment can be made via the issue tracker or code contributions via a Fork
& Pull requests
.