Open source and scalable Hyprcursor theme based on macOS.
All SVG files are from @ful1e5's XCursor theme here.
- Black (#000000) Foreground
- White (#FFFFFF) Background
- White (#FFFFFF) Foreground
- Black (#000000) Background
Named 'macOS-hypr_white' in the files.
Download the latest release from the Release Page.
Arch Linux users can install from the AUR via Paru, Yay or any other AUR helper.
paru -S apple_hyprcursorInstallation:
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 usersUninstallation:
rm -r ~/.local/share/icons/macOS-hypr* # Remove from local user
sudo rm -r /usr/share/icons/macOS-hypr* # Remove from all usersUsage:
Inside your hyprland.conf file:
env = HYPRCURSOR_THEME,macOS-hypr
env = HYPRCURSOR_SIZE,28 # Or any size you likeOr via CLI:
hyprctl setcursor macOS-hypr,28For more info see the Hyprland wiki
- Hyprcursor >= 0.1.1
- Get dependencies
git clone https://github.com/6ooker/apple_hyprcursorcd apple_hyprcursor./build.sh- See installation
The build.sh script provides two options for changing color:
-b: Background color, replaces#0000FFin the SVG.-f: Foreground color, replaces#00FF00in the SVG.
./build.sh -b '<hex>' -f '<hex>'No options will result in default, which is #FFFFFF for -b and #000000 for -f.