add new chinese translations
This commit is contained in:
17
pages.zh/linux/xcursorgen.md
Normal file
17
pages.zh/linux/xcursorgen.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# xcursorgen
|
||||
|
||||
> 从一组 PNG 文件创建一个 X 光标文件。
|
||||
> 如果省略 `--prefix`,则图像文件必须位于当前工作目录中。
|
||||
> 更多信息:<https://manned.org/xcursorgen>。
|
||||
|
||||
- 使用配置文件创建一个 X 光标文件:
|
||||
|
||||
`xcursorgen {{path/to/config.cursor}} {{path/to/output_file}}`
|
||||
|
||||
- 使用配置文件创建一个 X 光标文件,并指定图像文件的路径:
|
||||
|
||||
`xcursorgen --prefix {{path/to/image_directory/}} {{path/to/config.cursor}} {{path/to/output_file}}`
|
||||
|
||||
- 使用配置文件创建一个 X 光标文件,并将输出写入 `stdout`:
|
||||
|
||||
`xcursorgen {{path/to/config.cursor}}`
|
Reference in New Issue
Block a user