Skip to content

6ooker/apple_hyprcursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Hyprcursor

Open source and scalable Hyprcursor theme based on macOS.

All SVG files are from @ful1e5's XCursor theme here.


Colors

Default

  • Black (#000000) Foreground
  • White (#FFFFFF) Background

White

  • White (#FFFFFF) Foreground
  • Black (#000000) Background

Named 'macOS-hypr_white' in the files.

How to get it

Download the latest release from the Release Page.

Packages

Arch Linux / AUR

Arch Linux users can install from the AUR via Paru, Yay or any other AUR helper.

paru -S apple_hyprcursor

Using the cursor theme

Installation:

tar -xvf macOS-hypr.tar.xz              # Unpack archive
mv macOS-hypr* ~/.local/share/icons/    # Install to local user
sudo mv macOS-hypr* /usr/share/icons/   # Install to all users

Uninstallation:

rm -r ~/.local/share/icons/macOS-hypr*  # Remove from local user
sudo rm -r /usr/share/icons/macOS-hypr* # Remove from all users

Usage:

Inside your hyprland.conf file:

env = HYPRCURSOR_THEME,macOS-hypr
env = HYPRCURSOR_SIZE,28                # Or any size you like

Or via CLI:

hyprctl setcursor macOS-hypr,28

For more info see the Hyprland wiki

Building from source

Prerequisites

Quick Start

  1. Get dependencies
  2. git clone https://github.com/6ooker/apple_hyprcursor
  3. cd apple_hyprcursor
  4. ./build.sh
  5. See installation

Changing color

The build.sh script provides two options for changing color:

  1. -b: Background color, replaces #0000FF in the SVG.
  2. -f: Foreground color, replaces #00FF00 in the SVG.
./build.sh -b '<hex>' -f '<hex>'

No options will result in default, which is #FFFFFF for -b and #000000 for -f.

Credit

apple_cursor

About

Open source scalable macOS Hyprcursor.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages