Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Feb 3, 2024
1 parent 10361ff commit b2eeffb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Description

A PowerShell tool which will synchronize your cursor accent color and theme with the Windows ones. Uses paid version of
A PowerShell tool which will synchronize your cursor accent color and theme with Windows. Uses paid version of
[Windows 11 Cursors Concept v2 pack](https://www.deviantart.com/jepricreations/art/Windows-11-Cursors-Concept-v2-886489356).

#### Best match with
Expand All @@ -24,7 +24,6 @@ A PowerShell tool which will synchronize your cursor accent color and theme with
Run PowerShell as Administrator, paste these commands and press Enter

```powershell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/master/Installer.ps1' -useb | iex
```

Expand All @@ -37,13 +36,11 @@ Just read the installer prompts and choose what you want.
Run PowerShell as Administrator, paste these commands and press Enter

```powershell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/master/Uninstaller.ps1' -useb | iex
```

## Requirements

- Windows 7 or higher
- PowerShell 5.1 or higher

## Credits
Expand All @@ -52,6 +49,6 @@ iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer

## Legal

I don't have a licence or permission from the author to use that pack in this way. You can buy it on [ko-fi](https://ko-fi.com/s/d9f85e6821) for personal use.
I don't have a licence or permission from the author to use that pack in this way. You can buy it on [ko-fi](https://ko-fi.com/s/d9f85e6821) for your personal use.

You can use my code for any purposes.

0 comments on commit b2eeffb

Please sign in to comment.