Skip to content

Commit

Permalink
🖼️ Preview & docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Mar 8, 2021
1 parent ff060e7 commit e766f7e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 36 deletions.
15 changes: 8 additions & 7 deletions PLING.bbcode
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,27 @@

[/b][i]Get latest build[/i] @[b][url=https://github.com/ful1e5/Google_Cursor/actions]GitHub Actions[/url][/b]
[i]Release Notification[/i] at [b][url=https://twitter.com/ful1e5]Twitter[/url][/b](@ful1e5)
For [i]Customizing Size[/i] check [b][url=https://github.com/ful1e5/Google_Cursor#manual-build]README.md[/url][/b]

[b]Linux/X11 installation[/b]
Get the latest stable Linux release from the [b][url=https://www.pling.com/p/1215613#files-panel]Pling[/url][/b]. Unpack [b].tar.gz[/b] file and follow these [b]commands[/b].

[b]Install[/b]
[b]For all user:[/b]
[code]sudo mv GoogleDot /usr/share/icons[/code]
[code]sudo mv GoogleDot-* /usr/share/icons[/code]
[b]For local user:[/b]
[code]mv GoogleDot ~/.icons[/code]
[code]mv GoogleDot-* ~/.icons[/code]

[b]Uninstall[/b]
[b]From all user:[/b]
[code]sudo rm -r /usr/share/icons/GoogleDot[/code]
[code]sudo rm -r /usr/share/icons/GoogleDot-*[/code]
[b]From local user:[/b]
[code]rm -r ~/.icons/GoogleDot[/code]
[code]rm -r ~/.icons/GoogleDot-*[/code]

[b]Window installation[/b]
[list=1]
[*]unzip [b]GoogleDot_Windows.zip[/b] file[/*]
[*]Open [b]GoogleDot_Windows/[/b] in Explorer, and [b]right-click[/b] on [b]install.inf[/b].[/*]
[*]unzip [b].zip[/b] file[/*]
[*]Open [b]unziped directory[/b] in Explorer, and [b]right-click[/b] on [b]install.inf[/b].[/*]
[*]Click 'Install' from the context menu, and authorise the modifications to your system.[/*]
[*]Open [i]Control Panel > Personalisation and Appearance > Change mouse pointers[/i], and select [b]GoogleDot Cursors[/b].[/*]
[*]Click '[b]Apply[/b]'.[/*]
Expand All @@ -37,4 +38,4 @@ Get the latest stable Linux release from the [b][url=https://www.pling.com/p/121
[/list]

[b]License & Terms[/b]
'[b]GoogleDot[/b]' Cursor Theme is available under the terms of the [b]GPL-3.0[/b] license.
'[b]GoogleDot[/b]' Cursor Theme is available under the terms of the [b]GPL-3.0[/b] license.
64 changes: 35 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,15 @@ Cursor theme inspired on **google material design** for `Windows` and `Linux` wi
<!-- Preview -->

<p align="center">
<img title="GoogleDot" src="https://imgur.com/osnWiED.png">
<img title="GoogleDot Blue" src="https://imgur.com/osnWiED.png">
</br>
<sub>GoogleDot Cursors 🍭</sub>
<sub>Blue GoogleDot Cursors 🍭</sub>
</p>

<p align="center">
<img title="GoogleDot Black" src="https://i.imgur.com/9ZlC1gD.png">
</br>
<sub>BlackBlue GoogleDot Cursors 🍭</sub>
</p>

### Manual Install
Expand All @@ -120,16 +126,16 @@ Cursor theme inspired on **google material design** for `Windows` and `Linux` wi
tar -xvf GoogleDot.tar.gz

# For local users
mv GoogleDot ~/.icons/
mv GoogleDot-* ~/.icons/

# For all users
sudo mv GoogleDot /usr/share/icons/
sudo mv GoogleDot-* /usr/share/icons/
```

#### Windows

1. unzip `GoogleDot_Windows.zip` file
2. Open `GoogleDot_Windows/` in Explorer, and **right click** on `install.inf`.
1. unzip `.zip` file
2. Open unziped directory in Explorer, and **right click** on `install.inf`.
3. Click 'Install' from the context menu, and authorize the modifications to your system.
4. Open _Control Panel > Personalization and Appearance > Change mouse pointers_, and select **GoogleDot Cursors**.
5. Click '**Apply**'.
Expand All @@ -140,9 +146,9 @@ sudo mv GoogleDot /usr/share/icons/

## External Libraries

- libxcursor
- libx11
- libpng (<=1.6)
- libxcursor
- libx11
- libpng (<=1.6)

#### Install External Libraries

Expand Down Expand Up @@ -173,41 +179,41 @@ 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 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

Expand Down

0 comments on commit e766f7e

Please sign in to comment.