Skip to content

Update cursor version 0.2.0 -> 2.0.0#92

Closed
Koba-gh wants to merge 1 commit into
catppuccin:mainfrom
Koba-gh:main
Closed

Update cursor version 0.2.0 -> 2.0.0#92
Koba-gh wants to merge 1 commit into
catppuccin:mainfrom
Koba-gh:main

Conversation

@Koba-gh

@Koba-gh Koba-gh commented May 11, 2025

Copy link
Copy Markdown
Contributor

Updated cursor version from 0.2.0 to 2.0.0
Old version cursors don't use SVG.
Because of this, they look blurry when they are zoomed or used on HiDPI screens.

I also refactored a bit because the directory naming scheme are changed.

@ionesculiviucristian

Copy link
Copy Markdown

My workaround for this is:

  rm -rf "${HOME}/.local/share/icons/Catppuccin-Mocha-Dark-Cursors"
  rm -rf "${HOME}/.local/share/icons/Catppuccin-Mocha-Mauve-Cursors"

  # Use newer Catppuccin cursors
  rm -rf "${HOME}/.local/share/icons/catppuccin-mocha-mauve-cursors"
  wget -qO- https://github.com/catppuccin/cursors/releases/download/v2.0.0/catppuccin-mocha-mauve-cursors.zip | bsdtar -xvf- -C "${HOME}/.local/share/icons"
  
  if [ ! -L "${HOME}/.icons" ]; then
    ln -s "${HOME}/.local/share/icons" "${HOME}/.icons"
  fi
  
  plasma-apply-cursortheme "catppuccin-mocha-mauve-cursors"

@Koba-gh

Koba-gh commented Jul 13, 2025

Copy link
Copy Markdown
Contributor Author

Thank you for sharing the workaround!
It works very well.

The problem I have is this repo installs the old version of cursors in the first place, so I hope this PR will be merged.

@Steinhagen

Copy link
Copy Markdown

Is there any update for this repository?

soleynn added a commit that referenced this pull request Jun 19, 2026
brings the reviewed + tested backlog onto main.

- #109 — 20 installer/palette/template/splash bug fixes
- #111 — global theme installs to plasma/look-and-feel; lookandfeeltool -> plasma-apply-lookandfeel
- #92 — scalable v2.0.0 svg cursors, lowercase dirs + cursorTheme fix
- #97 — accent color for decoration hover, all 7 sections
- #113 — Enter applies at the apply prompt, prompt now [Y/n]
- #103 — even classic titlebar padding when maximized
- #68 — non-interactive auto install mode

Co-authored-by: Lasse Nielsen <lasse@xerrion.dk>
Co-authored-by: Kyosuke Kobayashi <kyo0117dragonquest@gmail.com>
Co-authored-by: Koye <mail@koye64.com>
Co-authored-by: Mocha <rblossom.dev@gmail.com>
Co-authored-by: luisrslz <luisrslz.git@gmail.com>
Co-authored-by: FreddyFunk <27208977+FreddyFunk@users.noreply.github.com>
@soleynn

soleynn commented Jun 20, 2026

Copy link
Copy Markdown
Collaborator

hi @Koba-gh. this landed on main in 2bf9e2e. thank u!!

the scalable v2.0.0 svg cursors are in now, so they stay crisp on hidpi instead of the old blurry bitmaps. we did a bit of wiring on our end to slot them into the current installer, but the cursor work is all yours. u are co credited on the squash commit. thank u!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants