Skip to content

catppuccin/cursors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Logo
Catppuccin for Cursors

Stargazers

Previews

๐ŸŒป Latte
๐Ÿชด Frappรฉ
๐ŸŒบ Macchiato
๐ŸŒฟ Mocha

Info

This project is a modification of Volantes Cursors with the Catppuccin palettes.

Cursor sizes (pixels):

24 32 48 64

Usage

  1. Clone this repository and go to downloaded directory:
    git clone https://github.com/catppuccin/cursors.git
    cd cursors
    
  2. Extract selected theme from cursors directory:
    • for local user to: ~/.icons
    • for all users to: /usr/share/icons/

ย  3. Choose theme in the Settings

For Arch Linux users

  • We have 4 individual packages which download GitHub release zips. Install them with you favourite AUR helper:

    yay -S catppuccin-cursors-mocha catppuccin-cursors-macchiato catppuccin-cursors-frappe catppuccin-cursors-latte
    
  • There also exists a -git package which builds the cursors from source. This package builds the cursors for all 4 variants and can take a lot of time to build depending on your system.

    yay -S catppuccin-cursors-git
    

For Nix users

  • nixpkgs has a single nix package which downloads the GitHub release zips.
  • Use it by providing your preferred flavour + accent with the first letter in capital. Example:
pkgs.catppuccin-cursors.macchiatoPink
  • It stores the cursor pack in $out/share/icons/Catppuccin-<flavor>-<accent>-Cursors, with the first letters of the flavor and accent in captial.

Manual build from scratch

  1. Clone this repository and go to downloaded directory:

    git clone https://github.com/catppuccin/cursors.git
    cd cursors
    
  2. Make sure You have all dependencies installed:

    • git
    • make
    • inkscape
    • xcursorgen
  3. Run the following commands (be aware that building takes a lot of time):

    make build
    sudo make install
    
  4. Choose a theme in the Settings

๐Ÿ’ Thanks to

ย 

Copyright ยฉ 2021-present Catppuccin Org