mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-09 13:52:00 -04:00
🔥 Cursors preview updated
This commit is contained in:
parent
6b09eef2e5
commit
419ea56119
1 changed files with 14 additions and 51 deletions
65
README.md
65
README.md
|
@ -70,43 +70,6 @@
|
|||
|
||||
Enjoy **[macOS Big Sur](https://www.apple.com/macos/big-sur-preview/)** Cursor Theme for `Windows` and `Linux` with _HiDPI Support_ 🎉.
|
||||
|
||||
<!-- Table Of Content -->
|
||||
<details>
|
||||
<summary><strong>Table of Contents</strong> (click to expand)</summary>
|
||||
|
||||
- [Apple Cursor](#apple-cursor)
|
||||
- [Cursor Sizes](#cursor-sizes)
|
||||
- [Colors](#colors)
|
||||
- [Quick install](#quick-install)
|
||||
- [Manual Install](#manual-install)
|
||||
- [Linux/X11](#linuxx11)
|
||||
- [Windows](#windows)
|
||||
- [Preview:](#preview)
|
||||
- [Dependencies](#dependencies)
|
||||
- [External Libraries](#external-libraries)
|
||||
- [Install External Libraries](#install-external-libraries)
|
||||
- [macOS](#macos)
|
||||
- [Debain/ubuntu](#debainubuntu)
|
||||
- [ArchLinux/Manjaro](#archlinuxmanjaro)
|
||||
- [Fedora/Fedora Silverblue/CentOS/RHEL](#fedorafedora-silverbluecentosrhel)
|
||||
- [Build Dependencies](#build-dependencies)
|
||||
- [Node Packages](#node-packages)
|
||||
- [PyPi Packages](#pypi-packages)
|
||||
- [Build From Scratch](#build-from-scratch)
|
||||
- [⚡ Auto Build (using GitHub Actions)](#-auto-build-using-github-actions)
|
||||
- [Manual Build](#manual-build)
|
||||
- [Build `XCursor` theme](#build-xcursor-theme)
|
||||
- [Customize `XCursor` size](#customize-xcursor-size)
|
||||
- [Install `XCursor` theme](#install-xcursor-theme)
|
||||
- [Build `Windows` theme](#build-windows-theme)
|
||||
- [Customize `Windows Cursor` size](#customize-windows-cursor-size)
|
||||
- [Bugs](#bugs)
|
||||
- [Getting Help](#getting-help)
|
||||
- [Contributing](#contributing)
|
||||
- [Support](#support)
|
||||
|
||||
</details>
|
||||
|
||||
#### Cursor Sizes
|
||||
|
||||
<kbd>22</kbd>
|
||||
|
@ -171,7 +134,7 @@ sudo mv macOSBigSur /usr/share/icons/
|
|||
<!-- Preview -->
|
||||
|
||||
<p align="center">
|
||||
<img title="macOS Big Sur" src="https://imgur.com/7k7HBWi.png">
|
||||
<img title="macOS Big Sur" src="https://i.imgur.com/6BLMieI.png">
|
||||
</br>
|
||||
<sub>macOSBigSur Cursors 🍎</sub>
|
||||
</p>
|
||||
|
@ -182,9 +145,9 @@ sudo mv macOSBigSur /usr/share/icons/
|
|||
|
||||
## External Libraries
|
||||
|
||||
- libxcursor
|
||||
- libx11
|
||||
- libpng (<=1.6)
|
||||
- libxcursor
|
||||
- libx11
|
||||
- libpng (<=1.6)
|
||||
|
||||
#### Install External Libraries
|
||||
|
||||
|
@ -215,22 +178,22 @@ sudo dnf install libX11-devel libXcursor-devel libpng-devel
|
|||
|
||||
## Build Dependencies
|
||||
|
||||
- [gcc](https://gcc.gnu.org/install/)
|
||||
- [make](https://www.gnu.org/software/make/)
|
||||
- [nodejs](https://nodejs.org/en/) (<=12.x.x)
|
||||
- [yarn](https://classic.yarnpkg.com/en/docs/install/)
|
||||
- [python](https://www.python.org/downloads/) (<=3.8)
|
||||
- [pip3](https://pip.pypa.io/en/stable/installing/)
|
||||
- [gcc](https://gcc.gnu.org/install/)
|
||||
- [make](https://www.gnu.org/software/make/)
|
||||
- [nodejs](https://nodejs.org/en/) (<=12.x.x)
|
||||
- [yarn](https://classic.yarnpkg.com/en/docs/install/)
|
||||
- [python](https://www.python.org/downloads/) (<=3.8)
|
||||
- [pip3](https://pip.pypa.io/en/stable/installing/)
|
||||
|
||||
### Node Packages
|
||||
|
||||
- [puppeteer](https://www.npmjs.com/package/puppeteer)
|
||||
- [pngjs](https://www.npmjs.com/package/pngjs)
|
||||
- [pixelmatch](https://www.npmjs.com/package/pixelmatch)
|
||||
- [puppeteer](https://www.npmjs.com/package/puppeteer)
|
||||
- [pngjs](https://www.npmjs.com/package/pngjs)
|
||||
- [pixelmatch](https://www.npmjs.com/package/pixelmatch)
|
||||
|
||||
### PyPi Packages
|
||||
|
||||
- [clickgen](https://pypi.org/project/clickgen/s)
|
||||
- [clickgen](https://pypi.org/project/clickgen/s)
|
||||
|
||||
## Build From Scratch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue