/catppuccin-cursors

🐁 Soothing pastel mouse cursors

Primary LanguageShellGNU General Public License v2.0GPL-2.0

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