X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/b32b5f5849dbf6d5c90738756944acb19815d652..2eb59bd23181a06a34ffb15d97073c69fe1fdecd:/programs/icons.json diff --git a/programs/icons.json b/programs/icons.json index bca705a..4035138 100644 --- a/programs/icons.json +++ b/programs/icons.json @@ -2,9 +2,9 @@ "name": "icons", "files": [ { - "path": "${HOME}/.icons", + "path": "$HOME/.icons", "movable": true, - "help": "Supported\n\nThe file ${HOME}/.icons can be moved to ${XDG_DATA_HOME}/icons.\n" + "help": "Supported\n\nThe file $HOME/.icons can be moved to $XDG_DATA_HOME/icons.\n\nIf there are cursor themes installed in _$XDG_DATA_HOME/icons_, it may be necessary to add the path to XCURSOR_PATH. For example:\n\n```bash\nexport XCURSOR_PATH=/usr/share/icons:$XDG_DATA_HOME/icons\n```\n\n" } ] }