Skip to content

Commit 780a549

Browse files
authored
Merge pull request #50 from ful1e5/dev
💖 README.md Visual updates
2 parents cb28c60 + c152187 commit 780a549

File tree

1 file changed

+15
-52
lines changed

1 file changed

+15
-52
lines changed

README.md

+15-52
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- Second Row -->
2222
</br >
2323
<a href="https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html">
24-
<img alt="npm type definitions" src="https://img.shields.io/npm/types/typescript">
24+
<img alt="npm type definitions" src="https://badgen.net/badge/-/TypeScript/blue?icon=typescript&label">
2525
</a>
2626

2727
<a href="https://github.com/puppeteer/puppeteer/">
@@ -70,43 +70,6 @@
7070

7171
Enjoy **[macOS Big Sur](https://www.apple.com/macos/big-sur-preview/)** Cursor Theme for `Windows` and `Linux` with _HiDPI Support_ 🎉.
7272

73-
<!-- Table Of Content -->
74-
<details>
75-
<summary><strong>Table of Contents</strong> (click to expand)</summary>
76-
77-
- [Apple Cursor](#apple-cursor)
78-
- [Cursor Sizes](#cursor-sizes)
79-
- [Colors](#colors)
80-
- [Quick install](#quick-install)
81-
- [Manual Install](#manual-install)
82-
- [Linux/X11](#linuxx11)
83-
- [Windows](#windows)
84-
- [Preview:](#preview)
85-
- [Dependencies](#dependencies)
86-
- [External Libraries](#external-libraries)
87-
- [Install External Libraries](#install-external-libraries)
88-
- [macOS](#macos)
89-
- [Debain/ubuntu](#debainubuntu)
90-
- [ArchLinux/Manjaro](#archlinuxmanjaro)
91-
- [Fedora/Fedora Silverblue/CentOS/RHEL](#fedorafedora-silverbluecentosrhel)
92-
- [Build Dependencies](#build-dependencies)
93-
- [Node Packages](#node-packages)
94-
- [PyPi Packages](#pypi-packages)
95-
- [Build From Scratch](#build-from-scratch)
96-
- [⚡ Auto Build (using GitHub Actions)](#-auto-build-using-github-actions)
97-
- [Manual Build](#manual-build)
98-
- [Build `XCursor` theme](#build-xcursor-theme)
99-
- [Customize `XCursor` size](#customize-xcursor-size)
100-
- [Install `XCursor` theme](#install-xcursor-theme)
101-
- [Build `Windows` theme](#build-windows-theme)
102-
- [Customize `Windows Cursor` size](#customize-windows-cursor-size)
103-
- [Bugs](#bugs)
104-
- [Getting Help](#getting-help)
105-
- [Contributing](#contributing)
106-
- [Support](#support)
107-
108-
</details>
109-
11073
#### Cursor Sizes
11174

11275
<kbd>22</kbd>
@@ -171,7 +134,7 @@ sudo mv macOSBigSur /usr/share/icons/
171134
<!-- Preview -->
172135

173136
<p align="center">
174-
<img title="macOS Big Sur" src="https://imgur.com/7k7HBWi.png">
137+
<img title="macOS Big Sur" src="https://i.imgur.com/6BLMieI.png">
175138
</br>
176139
<sub>macOSBigSur Cursors 🍎</sub>
177140
</p>
@@ -182,9 +145,9 @@ sudo mv macOSBigSur /usr/share/icons/
182145

183146
## External Libraries
184147

185-
- libxcursor
186-
- libx11
187-
- libpng (<=1.6)
148+
- libxcursor
149+
- libx11
150+
- libpng (<=1.6)
188151

189152
#### Install External Libraries
190153

@@ -215,22 +178,22 @@ sudo dnf install libX11-devel libXcursor-devel libpng-devel
215178

216179
## Build Dependencies
217180

218-
- [gcc](https://gcc.gnu.org/install/)
219-
- [make](https://www.gnu.org/software/make/)
220-
- [nodejs](https://nodejs.org/en/) (<=12.x.x)
221-
- [yarn](https://classic.yarnpkg.com/en/docs/install/)
222-
- [python](https://www.python.org/downloads/) (<=3.8)
223-
- [pip3](https://pip.pypa.io/en/stable/installing/)
181+
- [gcc](https://gcc.gnu.org/install/)
182+
- [make](https://www.gnu.org/software/make/)
183+
- [nodejs](https://nodejs.org/en/) (<=12.x.x)
184+
- [yarn](https://classic.yarnpkg.com/en/docs/install/)
185+
- [python](https://www.python.org/downloads/) (<=3.8)
186+
- [pip3](https://pip.pypa.io/en/stable/installing/)
224187

225188
### Node Packages
226189

227-
- [puppeteer](https://www.npmjs.com/package/puppeteer)
228-
- [pngjs](https://www.npmjs.com/package/pngjs)
229-
- [pixelmatch](https://www.npmjs.com/package/pixelmatch)
190+
- [puppeteer](https://www.npmjs.com/package/puppeteer)
191+
- [pngjs](https://www.npmjs.com/package/pngjs)
192+
- [pixelmatch](https://www.npmjs.com/package/pixelmatch)
230193

231194
### PyPi Packages
232195

233-
- [clickgen](https://pypi.org/project/clickgen/s)
196+
- [clickgen](https://pypi.org/project/clickgen/s)
234197

235198
## Build From Scratch
236199

0 commit comments

Comments
 (0)