Here are some nice cursor themes I'm using on my Linux OS. They work flawlessly with many desktop environments.
- On Debian & Debian-based systems (such as Ubuntu)
sudo apt-get install xcursor-themes
- On Arch and Arch-based systems (such as Manjaro)
sudo pacman -S xcursor-themes
- System-wide install
git clone https://github.com/t7hm1/cursor-themes.git
cd cursor-themes
sudo cp -r * /usr/share/icons
- Per-user install
mkdir ~/.icons
git clone https://github.com/t7hm1/cursor-themes.git
cd cusor-themes
cp -r * ~/.icons