From f44649e90eff3c3ec467aa2eb1eb8fe52f5e23aa Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 30 Jan 2021 20:37:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20Manual=20build=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PLING.bbcode | 2 +- README.md | 86 ++++++++++++++++++++++------------------------------ 2 files changed, 38 insertions(+), 50 deletions(-) diff --git a/PLING.bbcode b/PLING.bbcode index 4c38d9a..3d5ce0e 100644 --- a/PLING.bbcode +++ b/PLING.bbcode @@ -1,4 +1,4 @@ -[b]macOS Big Sur[/b] Cursor Theme with [b]HiDPi[/b] Display support. This Cursor is built with [b][url=https://github.com/ful1e5/clickgen]clickgen[/url][/b] and render with the [b][url=https://github.com/puppeteer/puppeteer/]puppeteer[/url][/b]. +[b]macOS Big Sur[/b] Cursor Theme with [b]HiDPI[/b] Display support. This Cursor is built with [b][url=https://github.com/ful1e5/clickgen]clickgen[/url][/b] and render with the [b][url=https://github.com/puppeteer/puppeteer/]puppeteer[/url][/b]. [i]Available Sizes[/i] [b]22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96[/b] [i]Get latest build[/i] @[b][url=https://github.com/ful1e5/apple_cursor/actions]GitHub Actions[/url][/b] diff --git a/README.md b/README.md index 69a739d..591d8fa 100644 --- a/README.md +++ b/README.md @@ -68,42 +68,39 @@ # Apple Cursor -Enjoy upcoming **[macOS BigSur](https://www.apple.com/macos/big-sur-preview/)** Cursor Theme for `Windows` and `Linux` with _HiDPi Support_ 🎉. +Enjoy **[macOS Big Sur](https://www.apple.com/macos/big-sur-preview/)** Cursor Theme for `Windows` and `Linux` with _HiDPI Support_ 🎉.
Table of Contents (click to expand) -- [Apple Cursor](#apple-cursor) + - [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 only `XCursor` theme](#build-only-xcursor-theme) - - [Build only `Windows` theme](#build-only-windows-theme) - - [Install Build Theme](#install-build-theme) - - [Linux](#linux) - - [Windows](#windows-1) -- [Bugs](#bugs) -- [Getting Help](#getting-help) -- [Contributing](#contributing) - - [Support](#support) + - [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 & Install only `XCursor` theme](#build--install-only-xcursor-theme) + - [Build & Install only `Windows` theme](#build--install-only-windows-theme) + - [Bugs](#bugs) + - [Getting Help](#getting-help) + - [Contributing](#contributing) + - [Support](#support)
@@ -244,38 +241,29 @@ GitHub Actions is automatically runs on every `push`(on **main** and **dev** bra make ``` -#### Build only `XCursor` theme +#### Build & Install only `XCursor` theme ```bash make unix +make install +# OR +sudo make install # install as root ``` -#### Build only `Windows` theme +#### Build & Install only `Windows` theme ```bash make windows ``` -### Install Build Theme -Built cursor themes are available inside `themes` directory. +> For double click installation, Check [this](#windows). -#### Linux - -```bash -make install # install as local level - -sudo make install # install as root level -``` - -#### Windows - -1. unzip `macOSBigSur_Windows.zip` file -2. Open the `settings` app. -3. **Goto** `Devices` -> `Mouse` -> `Additional Mouse Options`. -4. **Goto** the `pointers` tab. -5. Replace each cursor in the currently applied cursor set with the corresponding cursor in the `macOSBigSur_Windows` folder. -6. Click "**save as**" and type in the desired name. -7. Click "**apply**" and "**ok**". +1. Open the `settings` app. +2. **Goto** `Devices` -> `Mouse` -> `Additional Mouse Options`. +3. **Goto** the `pointers` tab. +4. Replace each cursor in the currently applied cursor set with the corresponding cursor in the `macOSBigSur_Windows` folder. +5. Click "**save as**" and type in the desired name. +6. Click "**apply**" and "**ok**".