# linux.win2xcur-plans **Repository Path**: zinface/linux.win2xcur-plans ## Basic Information - **Project Name**: linux.win2xcur-plans - **Description**: Linux 光标计划 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-19 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 获取 Doro 光标: https://vsthemes.org/en/cursors/anime/72055-doro.html (plan)方案一:如何将 win 的光标转为 xcursor https://www.cnblogs.com/lin-gu/p/18759273/how_to_convert_windows_cursors_to_xcursor pip install win2xcur mkdir output win2xcur *.ani -o output 但只能转个大概,没有重命名功能 (plan)方案二:使用强大的脚本 https://github.com/Hello-lingu/win2xcur mkdir output chmod +x win2xcur/win2xcur.sh ./win2xcur/win2xcur.sh NormalSpeed/ output/ 将含 *.ani 动画文件的目录复制到这里,然后再执行 (plan)计划一:通过银狼主题光标软件包结构设计和打包 Doro 光标软件包 星火应用商店:银狼主题光标 aptss download silverwolf.cursors dpkg-deb --raw-extract silverwolf.cursors_1.0.1_all.deb silverwolf.cursors silverwolf.cursors/ ├── DEBIAN │ └── control └── usr └── share └── icons └── Silverwolf ├── cursors │ ├── alias │ ├── all-scroll │ ├── arrow │ ├── bottom_left_corner │ ├── bottom_right_corner │ ├── bottom_side │ ├── .... │ ├── wait │ ├── watch │ ├── wayland-cursor │ ├── whats_this │ ├── work │ ├── w-resize │ ├── x-cursor │ ├── xterm │ ├── zoom-in │ └── zoom-out ├── cursor.theme └── index.theme 也就是将 Silverwolf 改名,将 plan2 生成的内容直接复制到该位置就可以了 (plan)计划二:使用 CMake 构建 deb 包 相关项目: (待看) 一款基于Godot的开源桌面宠物项目 https://github.com/MelanTech/Dororo