Change your cursor in Arch - Hyprland

Enable Future-Cyan cursor in your Arch Hyprland system for a eye candy cursor

Change your cursor in Arch - Hyprland
Photo by Liam Briese / Unsplash

When you install Hyprland - Arch you get the default cursor, and it is ok but... boring, so to spice things up why not change it to have some sugar eye efect?

Future-Cyan

Future-Cyan is a nice cursor you could found it here (plus some others)

Future-Cyan samples cursors

Clone the repository

git clone https://gitlab.com/Pummelfisch/future-cyan-hyprcursor.git ~/.config/future-cyan

git clone of Future-Cyan repository

Copy the theme

cp ~/.config/future-cyan/Future-Cyan-Hyprcursor_Theme ~/.local/share/icons/Future-Cyan

copy command to move the theme folder into .local/share/icons

Edit your hyprland.conf

ensure update/add:

env = XCURSOR_THEME,Future-Cyan
env = XCURSOR_SIZE,64
env = HYPRCURSOR_THEME,Future-Cyan
env = HYPRCURSOR_SIZE,64

Reload the config

hyprctl setcursor Future-Cyan 64

hyprctl to set the cursor at 64 pixels

Above configuration examples uses a size of 64 (best for my retina display) is likely you wanna use 24 or 32.

Enjoy!! 🎉