mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-16 18:25:58 +01:00
util: update readme
This commit is contained in:
parent
c4ec554280
commit
4daa132c00
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ Cursor themes can be in 3 states:
|
|||
|
||||
`--extract | -x [path]` -> extract an xcursor theme into a working state
|
||||
|
||||
both commands support `--output | -o` to specify an output directory. This directory will be fully overwritten, and by default is `./theme` and `./extracted` respectively.
|
||||
both commands support `--output | -o` to specify an output directory. For safety reasons, **do not use this on versions below 0.1.1** as it will
|
||||
nuke the specified directory without asking.
|
||||
|
||||
Since v0.1.2, this directory is the parent, the theme will be written to a subdirectory in it called `$ACTION_$NAME`.
|
||||
|
||||
### Flags
|
||||
|
||||
|
|
Loading…
Reference in a new issue