guillaumeboehm / hyprcursor_dracula_kde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dracula KDE Hyprcursor

Cursor-preview

This is a Hyprcursor port of the Dracula themed KDE cursor. It is only available in dark version.

Installation

Only useable with Hyprland with the new Hyprcursor packaging format

Manual

  1. Run hyprcursor-util --create . -o .
  2. Rename the theme_Dracula directory if you want to.
  3. Copy the directory to ~/.local/share/icons

Arch

Install the hyprcursor-dracula-kde-git package.

Arch

  1. Install the package hyprcursor-dracula-kde-git from the aur.

Usage

  • Add the HYPRCURSOR_THEME environment variable to your hyprland config
env = HYPRCURSOR_THEME,hyprcursor_Dracula
  • Set the cursor for the current session (example with a cursor size of 24)
hyprctl setcursor hyprcursor_Dracula 24

Troubleshooting

  1. If the theme isn't loading for whatever reason, make sure it is available in one of the valid icon paths, for example:
  • /usr/share/icons/hyprcursor_Dracula
  • ~/.local/share/icons/hyprcursor_Dracula
  1. You can also enable debug logging in Hyprland to see if there's any helpful information there
debug {
  debug_logs = true
}

See https://wiki.hyprland.org/Hypr-Ecosystem/hyprcursor/ if it is behaving weirdly in certain windows

Thanks to:

  • DraculaGTK, imported the cursor theme from their project
  • RosePine, took most of their Readme :3

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%