[
  {
    "path": ".github/workflows/release.yml",
    "content": "name: Release\n\non:\n  push:\n    tags:\n      - \"v*.*.*\"\n\npermissions:\n  contents: write\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - name: Generate release\n        run: |\n          git archive --format=tar.xz --prefix=miku-cursor-linux/ HEAD:miku-cursor-linux/ -o miku-cursor-linux.tar.xz\n          git archive --format=zip --prefix=miku-cursor-windows/ HEAD:miku-cursor-windows/ -o miku-cursor-windows.zip\n      - name: Release\n        uses: softprops/action-gh-release@v2\n        with:\n          files: |\n            miku-cursor-linux.tar.xz\n            miku-cursor-windows.zip\n"
  },
  {
    "path": "README.md",
    "content": "# Hatsune Miku cursors for Windows/Linux!\n\n![alt text](https://github.com/supermariofps/hatsune-miku-linux-cursors/blob/main/thumb.png?raw=true)\n\nThis cursor set is a modified version of a small Windows set created by [petit devil (ぷちでびる)](https://petitcan.blog.shinobi.jp) with a few original ones made by myself!\nThanks a lot to [@AshtakaOOf](https://github.com/AshtakaOOf) for [locating the original artist](https://github.com/supermariofps/hatsune-miku-windows-linux-cursors/issues/16)!\n\nHope you like it!\n\n## Installation Instructions\nYou can download a ZIP of this repository by clicking the green _Code_ button above and selecting _Download ZIP_ or by cloning it.\n\n### Linux\n1. Copy the `miku-cursor-linux/` dir to `/usr/share/icons/` (system-wide) or `~/.local/share/icons/` (per-user).\n2. [Select the theme through your DE's settings manager.](https://wiki.archlinux.org/title/Cursor_themes#Desktop_environments)\n3. 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`:\n\t```ini\n\t[Icon Theme]\n\tInherits=miku-cursor-linux\n\t```\n\n### Windows\n1. Open the `miku-cursor-windows\\` folder in the ZIP.\n2. Right-click on `Install.inf` and select _Install_.\n\n"
  },
  {
    "path": "miku-cursor-linux/cursor.theme",
    "content": "[Icon Theme]\nName=Miku Cursor\nComment=Miku Cursors for Linux!\n"
  },
  {
    "path": "miku-cursor-linux/index.theme",
    "content": "[Icon Theme]\nName=Miku Cursor\nComment=Miku Cursors for Linux!\n"
  },
  {
    "path": "miku-cursor-windows/Install.inf",
    "content": "; Miku\n\r\n[Version]\r\nsignature=\"$CHICAGO$\"\n\r\n[DefaultInstall]\r\nCopyFiles = Scheme.Cur, Scheme.Txt\r\nAddReg    = Scheme.Reg\n\r\n[DestinationDirs]\r\nScheme.Cur = 10,\"%CUR_DIR%\"\r\nScheme.Txt = 10,\"%CUR_DIR%\"\n\r\n[Scheme.Reg]\r\nHKCU,\"Control Panel\\Cursors\\Schemes\",\"%SCHEME_NAME%\",,\"%10%\\%CUR_DIR%\\%pointer%,%10%\\%CUR_DIR%\\%help%,%10%\\%CUR_DIR%\\%work%,%10%\\%CUR_DIR%\\%busy%,%10%\\%CUR_DIR%\\%cross%,%10%\\%CUR_DIR%\\%Text%,%10%\\%CUR_DIR%\\%Hand%,%10%\\%CUR_DIR%\\%unavailiable%,%10%\\%CUR_DIR%\\%Vert%,%10%\\%CUR_DIR%\\%Horz%,%10%\\%CUR_DIR%\\%Dgn1%,%10%\\%CUR_DIR%\\%Dgn2%,%10%\\%CUR_DIR%\\%move%,%10%\\%CUR_DIR%\\%alternate%,%10%\\%CUR_DIR%\\%link%\"\n\r\n; -- Common Information\n\r\n[Scheme.Cur]\r\nBlinking Cursor.ani\r\nask.ani\r\nSinging Cursor.ani\r\nSleeping.ani\r\nbeam.ani\r\ncircle.ani\r\nHorizontal Resize.ani\r\nVertical Resize.ani\r\nDiagonal Resize 1.ani\r\nDiagonal Resize 2.ani\r\nMove.ani\r\nhand2_.ani\r\nPrecision Select.ani\r\nhandwriting.ani\r\nBook Cursor.ani\r\n[Strings]\r\nCUR_DIR       = \"Cursors\\Miku\"\r\nSCHEME_NAME   = \"Miku\"\r\npointer       = \"Blinking Cursor.ani\"\r\nhelp          = \"ask.ani\"\r\nwork          = \"Singing Cursor.ani\"\r\nbusy          = \"Sleeping.ani\"\r\ntext          = \"beam.ani\"\r\nunavailiable  = \"circle.ani\"\r\nvert          = \"Vertical Resize.ani\"\r\nhorz          = \"Horizontal Resize.ani\"\r\ndgn1          = \"Diagonal Resize 1.ani\"\r\ndgn2          = \"Diagonal Resize 2.ani\"\r\nmove          = \"Move.ani\"\r\nlink          = \"hand2_.ani\"\r\ncross         = \"Precision Select.ani\"\r\nhand          = \"handwriting.ani\"\r\nalternate     = \"Book Cursor.ani\"\r\n"
  },
  {
    "path": "miku-cursor-windows/README.txt",
    "content": "Hello! Since Windows didn't allow much customization on the cursors,\r\nI kept a few cursors from Linux and old ones in the folder if you still wish to use them instead!\r\n"
  }
]