spicetify / cli

Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.
https://spicetify.app
GNU Lesser General Public License v2.1
18.61k stars 732 forks source link

Some mistakes in the description of the path to the Linux config file on the wiki #370

Closed 5n7-sk closed 3 years ago

5n7-sk commented 3 years ago

Hi @khanhas, I found some mistakes on the wiki, but I don't know how to send a pull request about the wiki, so I report it to the issue.

In these links, the path to the configuration file for Linux is written as ~/.config/spicetify/config.ini or $XDG_CONFIG_HOME/.config/spicetify/config.ini.

But in general, and also from the source code, the latter path should be $XDG_CONFIG_HOME/spicetify/config.ini.

khanhas commented 3 years ago

Thank you!