From a4acd97c3d079b88fa2b572e4c099689afc994e2 Mon Sep 17 00:00:00 2001 From: toydotgame Date: Fri, 26 Jan 2024 19:37:19 +1000 Subject: [PATCH] Updated README with Linux install instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1af4abb..b93d0dc 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,13 @@ This cursor set is a modified version of a Windows set created by [love0922c的小屋](https://home.gamer.com.tw/creationDetail.php?sn=1760192) with a Book and Kotatsu cursors found [here](https://paradise-cheaters.blogspot.com/2014/09/software-cursor-hatsune-miku-pack.html) with a few original ones made by myself! Hope you like it! + +## Installation Instructions (Linux) +1. Copy the `miku-cursor-linux/` dir to `/usr/share/icons/` (system-wide) or `~/.local/share/icons/` (per-user). +2. [Select the theme through your DE's settings manager.](https://wiki.archlinux.org/title/Cursor_themes#Desktop_environments) +3. On KDE, the desktop and some apps may default back to a different cursor set that isn't the one you chose. To fix this, add the following to `/usr/share/icons/default/index.theme` or `~/.local/share/icons/default/index.theme`: +```ini +[Icon Theme] +Inherits=miku-cursor-linux +``` +